Commit Graph

116 Commits

Author SHA1 Message Date
Tim Stack
6d2d414e97 [prql] add more online help 2024-03-28 22:14:18 -07:00
Tim Stack
3c4a93cca6 [prql] bump prql git version 2024-03-28 06:25:32 -07:00
Tim Stack
398b17f0f6 [prql] refinements 2024-03-26 21:49:39 -07:00
Tim Stack
bdc9c5a28d [prql] initial work for integrating PRQL 2024-03-25 22:34:46 -07:00
Tim Stack
6bb616e034 [readline] add support for default completions 2024-03-03 15:27:03 -08:00
Tim Stack
db5db6a07e [help] add default command help 2024-02-28 22:20:32 -08:00
Tim Stack
c68b7ec7a3 [misc] cleanups before release 2024-02-20 22:02:07 -08:00
Tim Stack
ee345321f7 [hotkeys] change curly braces to move to the next/prev section
and... a bunch of other stuff
2024-02-17 07:16:14 -08:00
Tim Stack
e17363ea66 [readline] fix a dumb mistake with the sql prompt 2023-08-31 15:17:38 -07:00
Tim Stack
29d0af47cb [keymap] half-page up near the top should go to zero
Some performance improvements
2023-08-30 20:20:21 -07:00
Tim Stack
884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 2023-08-29 22:26:00 -07:00
Tim Stack
80a7332fc8 [sql] some SQL prompt cleanup 2023-08-25 07:08:43 -07:00
Tim Stack
be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
2023-08-23 21:52:40 -07:00
Suresh Sundriyal
53514c4dea [cleanup] Some more include cleanup. 2023-08-06 06:56:13 -07:00
Tim Stack
6e1a664286 [iwyu] more include cleanup 2023-08-05 22:26:00 -07:00
Tim Stack
14e61acda7 [gantt] support filtering 2023-08-03 21:04:47 -07:00
Tim Stack
5787f47767 [piper] replace piper_proc with a thread
Related to #1029
2023-07-06 20:05:30 -07:00
Tim Stack
29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
2023-06-27 05:56:53 -07:00
Tim Stack
8da3dcc01c [listview] when making big moves, put the focused row in the middle
Related to #1088 and #1149
2023-06-23 09:10:33 -07:00
Tim Stack
1a1272bbfb [cursor] when the parser overlay is displayed, sync the selection and top
Related to #1088
2023-06-22 08:56:29 -07:00
Tim Stack
87791ec94b [markdown] add support for going to an anchor 2022-08-28 18:55:32 -07:00
Timothy Stack
8ef581177c [line_buffer] add some performance counters for tracking SQL perf
Also, check for keyboard input during SQL execution
so we can cancel.

Fixes #894
2022-07-27 21:49:14 -07:00
Timothy Stack
317f2d32cf [misc] use sqlitepp.client in lnav.events.cc 2022-07-21 23:46:45 -07:00
Timothy Stack
e8f0b1e6b8 [secure-mode] some more restrictions 2022-07-21 23:30:49 -07:00
Timothy Stack
45270505e3 [status] some more user notification tweaks 2022-07-15 21:41:47 -07:00
Timothy Stack
4c20b0039c [sql] some more error improvements 2022-07-13 15:43:41 -07:00
Timothy Stack
dde6d88430 [exec] fix reporting of errors in scripts 2022-07-12 22:52:40 -07:00
Timothy Stack
3c54f20fce [sysclip] support osc 52 for copying to the clipboard
Fixes #825
2022-07-12 13:16:13 -07:00
Timothy Stack
6393990b91 [nits] miscellaneous issues 2022-07-11 23:17:42 -07:00
Timothy Stack
52fe2db376 [spectro] add a summary overlay to the selected position and show log messages in a panel 2022-07-05 11:06:37 -07:00
Timothy Stack
d5b06fca5f [mark-expr] expression marks should count when showing elapsed time 2022-06-29 11:04:37 -07:00
Timothy Stack
c24be236a3 [:goto] raise an error if the input is not fully parsed
Related to #999
2022-06-21 22:16:57 -07:00
Timothy Stack
f03f9e704f [views] add a breadcrumb view 2022-05-10 21:58:32 -07:00
Timothy Stack
a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2022-04-30 13:06:01 -07:00
Timothy Stack
0785a432fa [console] colorize console output 2022-04-12 16:07:13 -07:00
Timothy Stack
99c1688c2e [attr_line] use variant instead of a union for attribute values 2022-03-31 23:21:59 -07:00
Timothy Stack
81e63784e7 [modernize] some more cleanups 2022-03-31 08:59:33 -07:00
Timothy Stack
b856cd9657 [build] silence some warnings 2022-03-28 22:00:49 -07:00
Timothy Stack
6fff9d60f5 [build] some clang-tidy fixes 2022-03-25 16:38:11 -07:00
Timothy Stack
66ef5fdae1 [clang-format] init 2022-03-16 15:38:08 -07:00
Timothy Stack
4564e162d0 [build] try to optimize compile time 2022-03-13 15:49:41 -07:00
Timothy Stack
d239bb4594 [vum/configmanager] make the clipboard commands configurable 2021-09-15 21:29:55 -07:00
Timothy Stack
aa30526a54 [help] add some more stuff to the search syntax help prompt 2021-09-10 21:01:40 -07:00
Timothy Stack
97530070c9 [cmds] add /dev/clipboard support to :redirect-to 2021-08-22 13:50:53 -07:00
Timothy Stack
b64342ca47 [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
Timothy Stack
98677eb09a [remote] some more tweaks and add tab-completion 2021-05-11 22:37:21 -07:00
Timothy Stack
681f771bb7 [remote] add preview for remote :open 2021-05-09 15:01:21 -07:00
Timothy Stack
94498878c8 [logfile_sub_source] try to avoid a full rebuild in some cases 2021-04-24 14:38:26 -07:00
Timothy Stack
c0ed59e61e [sqlite] implement .dump SQL command 2021-03-28 13:50:26 -07:00
Timothy Stack
dd9465cd10 [readline] some fixes for match display 2021-03-23 09:35:02 -07:00