Commit Graph

283 Commits (46b2a9f1eefac269192b3e0780bac19a20436f00)

Author SHA1 Message Date
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
5 months ago
Tim Stack 45d8e27ae4 [mouse] refactor overlay menu 5 months ago
Tim Stack 65634ad9b3 [ansi_scrubber] minor optimization and remove the str.erase()
Related to #1257
5 months ago
Tim Stack 84000f46f7 [prql] limit stats.hist to top 20 by default and order results 5 months ago
Tim Stack c465cc6d54 [mouse] missed adding the view left position to the X coord 6 months ago
Tim Stack 96765e3abc [view_curses] support for selecting text in mouse mode 6 months ago
Tim Stack e382e3ad84 [open] improve file previews
The file preview for :open was not fully fleshed out.

Related to #1254
6 months ago
Tim Stack d54b17c7b4 [last-word] minor tweaks 6 months ago
sskoptsov 151864167c last-word shortening algorithm added 6 months ago
Tim Stack b6e483cde5 [json-format] preserve sub-second times
Related to #1248
6 months ago
Tim Stack 844147bc27 [security] improve handling of file names with escape sequences 6 months ago
Tim Stack a2b573aa58 [view_curses] check color
Related to #1245
6 months ago
Tim Stack 45b7a6c33f [misc] fix a few random issues 6 months ago
Tim Stack bdc9c5a28d [prql] initial work for integrating PRQL 6 months ago
Tim Stack b4b08fc3f5 [lnav -i] write file to install to temp file
Related to #1240
7 months ago
Tim Stack 6bb616e034 [readline] add support for default completions 7 months ago
Tim Stack db5db6a07e [help] add default command help 7 months ago
Tim Stack 9cf2832ff3 [cmds] fix some timezone issues with :convert-time-to and other spots
Related to #1236
7 months ago
Tim Stack ee345321f7 [hotkeys] change curly braces to move to the next/prev section
and... a bunch of other stuff
7 months ago
Tim Stack 0eb394f4b8 [anchor] fix anchors for json files 8 months ago
Tim Stack 5c0772e9af [perf] some minor scanning improvements 8 months ago
Tim Stack 2adf96fe89 [perf] some optimizations 8 months ago
Tim Stack c0e3931729 [ansi] add support for 256/rgb colors 9 months ago
Tim Stack 6736a8db81 [log_format] don't rely on the opid being in the displayed message itself
Related to #1212
9 months ago
Tim Stack 21377958ca [hex-view] add a new view 12 months ago
Tim Stack 930748a013 [data_scanner] recognize toml/ini table headers 1 year ago
Tim Stack 79d813fb72 Revert "[readline] try clone() if fork() does not work"
This reverts commit 86b999c464.
1 year ago
Tim Stack 86b999c464 [readline] try clone() if fork() does not work 1 year ago
Tim Stack e5bcf85712 [readline] remove use of openpty 1 year ago
Tim Stack 8a5616c010 [docs] mention timezone stuff 1 year ago
Tim Stack 893abf77ec [:set-file-timezone] flesh out this command some more 1 year ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 1 year ago
Tim Stack 243593835b [doc.sections] fixes for man pages 1 year ago
Tim Stack 215d6180de [attr_line] text wrapping fixes for preformatted text 1 year ago
Tim Stack b561dd18c4 [fstat_vtab] add error column 1 year ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 1 year ago
Tim Stack d8b7dc40db [gantt] reduce memory usage 1 year ago
Tim Stack 05f9eaf74a [exec] limit wait_for_pipers() in interactive use
Related to #1183
1 year ago
Tim Stack fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 1 year ago
Tim Stack 80a7332fc8 [sql] some SQL prompt cleanup 1 year ago
Tim Stack df4878ac5c [build] fix some cmake bitrot 1 year ago
Tim Stack dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
1 year ago
Tim Stack 4ee3b91111 [doc.meta] detect indents for guidelines 1 year ago
Tim Stack f3bdc50e70 [pretty] use an attribute to draw the guidelines to keep copy & paste clean 1 year ago
Tim Stack be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
1 year ago
Tim Stack 880d31ea0a [ansi_scrubber] missed handling some bad inputs 1 year ago
Tim Stack 33c929ac5d [time_util] fix typo 1 year ago
Tim Stack 12c2718a16 [data_scanner] recognize XML comments 1 year ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
1 year ago
Tim Stack 4cd1234cea [date_time] try to show zone offset where appropriate
Related to #703
1 year ago