Commit Graph

89 Commits

Author SHA1 Message Date
Tim Stack
6538675d15 [textview] execute lnav scripts 2024-06-16 16:12:16 -07:00
Tim Stack
2117a12ded [text] auto pretty-print text files 2024-06-11 23:00:41 -07:00
Tim Stack
6132b6a944 [cleanup] fix a few things 2024-06-06 15:26:25 -07:00
Tim Stack
a5d12dc948 [text] support for changing the view mode 2024-06-05 21:24:08 -07:00
Tim Stack
9694d93ff3 [files] add a detail view to the files panel 2024-06-01 09:10:04 -07:00
Tim Stack
f4f207f641 [news] mention crash upload 2024-05-27 06:47:15 -07:00
Tim Stack
fc79d703b1 [script] pass full path to script as $0 2024-05-24 12:36:13 -07:00
Tim Stack
4759a59b23 [timeline] rename gantt view to timeline 2024-05-23 15:04:40 -07:00
Tim Stack
9a1f383ce1 [textview] some more support for handling hyperlinks 2024-05-21 22:21:46 -07:00
Tim Stack
50e895c289 [theme] use default styles for cursor-line/selected-text if they are missing from the current theme
Some markdown-related changes as well
2024-05-18 06:52:18 -07:00
Tim Stack
4cd2c1e344 [sections] drop open child sections at diff boundaries 2024-05-16 21:50:21 -07:00
Tim Stack
54b391e53f [sql] support doing an UPDATE on the lnav_top_view SQL view 2024-05-15 15:17:19 -07:00
Tim Stack
77b9829224 [mouse] treat ctrl+click the same as shift+click
Some terminals capture shift+click so add ctrl+click as
an alternate way to highlight/mark lines.
2024-05-14 15:04:32 -07:00
Tim Stack
e27a7d8e9a [log_format] add support for synthetic opids 2024-05-06 22:36:03 -07:00
Tim Stack
46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
2024-04-28 10:01:43 -07:00
Tim Stack
5b88dbd162 [keymap] handle invalid command better
Related to #1258
2024-04-22 21:46:49 -07:00
Tim Stack
99c6aabfdd [:prompt] add breadcrumb as an option
Related to #1258
2024-04-22 06:35:48 -07:00
Tim Stack
f69878eaf5 [format] move foreign_key flag to value meta
Fix some chart issues as well.
2024-04-19 19:07:25 -07:00
Tim Stack
e805ca8a8a [mouse] move scrollbar on double click and handle mouse in spectro 2024-04-19 09:18:21 -07:00
Tim Stack
c465cc6d54 [mouse] missed adding the view left position to the X coord 2024-04-16 00:09:43 -07:00
Tim Stack
3bb21b25a2 [mouse] tweak the docs a bit 2024-04-15 06:22:16 -07:00
Tim Stack
96765e3abc [view_curses] support for selecting text in mouse mode 2024-04-14 07:19:51 -07:00
Tim Stack
53ab7b14a6 [mouse] flesh out things more 2024-04-12 20:54:23 -07:00
Tim Stack
7fa4e25318 [ui] make cursor mode the default
fix some wordwrap and scrolling issues as well
2024-04-09 21:46:21 -07:00
Tim Stack
c5cde7caa4 [db-view] move bar charts to individual columns 2024-04-09 06:52:51 -07:00
Tim Stack
03d000736f [sql] add humanize_id function
Related to #1061
2024-04-08 22:34:24 -07:00
Tim Stack
e382e3ad84 [open] improve file previews
The file preview for :open was not fully fleshed out.

Related to #1254
2024-04-06 22:27:00 -07:00
Tim Stack
7e67521181 [prql] fix lexing of "||" and add stats.hist
Related to #1253
2024-04-05 21:01:10 -07:00
Tim Stack
d54b17c7b4 [last-word] minor tweaks 2024-04-05 06:25:19 -07:00
Tim Stack
f5946a502a [news] missed an update 2024-04-04 22:22:11 -07:00
Tim Stack
844147bc27 [security] improve handling of file names with escape sequences 2024-04-04 10:13:59 -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
554f0e2439 [partitions] revive partition functionality 2024-03-21 08:47:29 -07:00
Tim Stack
53b0a606d6 [textview] try to preserve textview location better when reloading 2024-03-05 20:32:20 -08: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
9cf2832ff3 [cmds] fix some timezone issues with :convert-time-to and other spots
Related to #1236
2024-02-21 18:23:34 -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
0f317c476d [text_format] add shell script 2024-02-06 21:09:51 -08:00
Tim Stack
0be6c8906e [tidy] use anon namespaces and some other stuff 2024-01-28 09:36:54 -08:00
Tim Stack
272bb8d840 [all_logs] add log_msg_value column 2024-01-25 20:53:01 -08:00
Tim Stack
53d5e408fa [sql] add log_msg_line() function
Related to #1219
2024-01-05 08:49:27 -08:00
Tim Stack
21377958ca [hex-view] add a new view 2023-10-05 22:25:51 -07:00
Tim Stack
9663b1f49f [doc.sections] recognize diff sections 2023-10-01 22:07:10 -07:00
Tim Stack
8a5616c010 [docs] mention timezone stuff 2023-09-13 14:58:59 -07:00
Tim Stack
731066a644 [news] add :convert-time-to 2023-09-05 22:41:06 -07:00
Tim Stack
97e43bc76f [libs] import the c++ date library 2023-09-05 21:54:49 -07:00
Tim Stack
215d6180de [attr_line] text wrapping fixes for preformatted text 2023-08-30 22:46:07 -07:00
Tim Stack
38e5fa5945 [podman-url] add podman url scheme
Related to #1184
2023-08-30 10:01:17 -07:00