Commit Graph

351 Commits (5b88dbd16237934f7491ce75b3180eb8b0485c1a)

Author SHA1 Message Date
Tim Stack 5b88dbd162 [keymap] handle invalid command better
Related to #1258
1 month ago
Tim Stack 99c6aabfdd [:prompt] add breadcrumb as an option
Related to #1258
1 month ago
Tim Stack 1e348993f9 [readline] skip adding append character to suggestion 1 month ago
Tim Stack 45d8e27ae4 [mouse] refactor overlay menu 1 month ago
Tim Stack 96765e3abc [view_curses] support for selecting text in mouse mode 2 months ago
Tim Stack 53ab7b14a6 [mouse] flesh out things more 2 months ago
Tim Stack e0ff892d02 sigh, missed refresh 2 months ago
Tim Stack e382e3ad84 [open] improve file previews
The file preview for :open was not fully fleshed out.

Related to #1254
2 months ago
Tim Stack 844147bc27 [security] improve handling of file names with escape sequences 2 months ago
Tim Stack 398b17f0f6 [prql] refinements 2 months ago
Tim Stack bdc9c5a28d [prql] initial work for integrating PRQL 2 months ago
Tim Stack 554f0e2439 [partitions] revive partition functionality 2 months ago
Tim Stack 53b0a606d6 [textview] try to preserve textview location better when reloading 3 months ago
Tim Stack 6bb616e034 [readline] add support for default completions 3 months ago
Tim Stack db5db6a07e [help] add default command help 3 months ago
Tim Stack 9cf2832ff3 [cmds] fix some timezone issues with :convert-time-to and other spots
Related to #1236
3 months ago
Tim Stack c68b7ec7a3 [misc] cleanups before release 3 months ago
Tim Stack 57bfcbf473 [docs] add tags to file-timezone commands 3 months ago
Tim Stack ee345321f7 [hotkeys] change curly braces to move to the next/prev section
and... a bunch of other stuff
4 months ago
Tim Stack 96e6950884 [cmds] add more env vars to :pipe-line-to
Related to #1224
5 months ago
Tim Stack 57467edea7 [rewriter] capture rewriter command output
Also, SQL statements should populate variables.

Related to #1218
5 months ago
Tim Stack c92290e922 [logfile] prevent duplicate from being hidden a second time
Related to #1070
8 months ago
Tim Stack 21377958ca [hex-view] add a new view 8 months ago
Tim Stack 79d813fb72 Revert "[readline] try clone() if fork() does not work"
This reverts commit 86b999c464.
8 months ago
Tim Stack 86b999c464 [readline] try clone() if fork() does not work 8 months ago
Tim Stack 8a5616c010 [docs] mention timezone stuff 9 months ago
Tim Stack e7c2535066 [build] catch tz exception 9 months ago
Tim Stack 893abf77ec [:set-file-timezone] flesh out this command some more 9 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 9 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 9 months ago
Tim Stack 29d0af47cb [keymap] half-page up near the top should go to zero
Some performance improvements
9 months ago
Tim Stack b561dd18c4 [fstat_vtab] add error column 9 months ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 9 months ago
Tim Stack d8b7dc40db [gantt] reduce memory usage 9 months ago
Tim Stack fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 9 months ago
Tim Stack 917270e293 [date_time] try to handle truncated sub-second values
Certain software will leave zeroes off the end of
timestamps...
10 months ago
Tim Stack e952dc6340 [date_time_scanner] do not try to read millis if it is already set
Also, pay attention to the gmtoff when converting exttm to a timeval.

Fixes #1034
10 months ago
Tim Stack bd5b3908c3 [formats] some tweaks 10 months ago
Tim Stack 1be7e8f407 [cmds] fix pipe-line-to for interactive use 10 months ago
Tim Stack 98699b318c [tests] more gantt tests 10 months ago
Tim Stack 333d21f29f [:open] plug another leak 10 months ago
Tim Stack 775647e8ff [:open] plug leak 10 months ago
Suresh Sundriyal 4489277672 Remove redundant includes in lnav.{hh,cc}
Remove the redundant includes in lnav.hh and lnav.cc and add the
includes in the actual cc files that break due to the removal.
10 months ago
Tim Stack 14e61acda7 [gantt] support filtering 10 months ago
Tim Stack f71300ba1d [gantt] add a gantt chart view 10 months ago
Tim Stack 7c8d32308a [listview] scroll within overlay 10 months ago
Tim Stack a16a8cf3fa [log-annotations] add :annotate command 10 months ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
10 months ago
Tim Stack 2107aa538f [piper] pass SIGINT to child 11 months ago
Tim Stack 401ec5181f [piper] add metadata to piper file header and cleanup workdir 11 months ago