1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 08:48:02 +03:00
Commit Graph

3299 Commits

Author SHA1 Message Date
Tim Stack
8aa72b16e4 [demux] add lnav_file_demux_metadata view 2024-05-01 15:18:59 -07:00
Tim Stack
30c8beeb2e [demux] add a demuxer for container with type 2024-04-30 23:47:03 -07:00
Tim Stack
964e84707b [demux] fixing various bugs 2024-04-30 22:04:18 -07:00
Tim Stack
8c7d7c3e82 [misc] fix a couple of memory issues 2024-04-30 08:58:36 -07:00
Tim Stack
e1a1e7099b [java_log] add another java_log regex 2024-04-30 06:21:43 -07:00
Tim Stack
4ad451b27d [tests] update tests for mouse change 2024-04-29 06:38:29 -07:00
Tim Stack
d8ee0fa58d [mouse] do not enable mouse unless using the alt screen 2024-04-29 06:24:38 -07:00
Tim Stack
8aa84ad143 [build] more optional 2024-04-28 11:20:59 -07:00
Tim Stack
e732267cfe [build] missing functional include 2024-04-28 10:54:18 -07:00
Tim Stack
bf6b64c4ea [build] missing optional includes 2024-04-28 10:45:02 -07:00
Tim Stack
11c9952e03 [build] missing include 2024-04-28 10:22:23 -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
6dd6ec8862 [site] bump version to v0.12.2 2024-04-23 22:11:22 -07:00
Tim Stack
f521c7feda [listview] remove jump to top for down 2024-04-23 13:55:49 -07:00
Tim Stack
545a74f35b [:pipe-line-to] try to fix mysterious crash in child 2024-04-23 06:17:26 -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
1e348993f9 [readline] skip adding append character to suggestion 2024-04-21 07:30:47 -07:00
Tim Stack
ab606ca1b3 [db-view] don't reload the db-view after executing an UPDATE 2024-04-21 06:48:35 -07:00
Tim Stack
4c3c958ab1 [archive_manager] handle null error string 2024-04-20 06:45:38 -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
45d8e27ae4 [mouse] refactor overlay menu 2024-04-18 21:44:38 -07:00
Tim Stack
65634ad9b3 [ansi_scrubber] minor optimization and remove the str.erase()
Related to #1257
2024-04-18 00:35:54 -07:00
Tim Stack
84000f46f7 [prql] limit stats.hist to top 20 by default and order results 2024-04-16 23:39:22 -07:00
Tim Stack
5a744f0c66 [textview] handle mouse movement in overlay better 2024-04-16 09:04:40 -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
c3f6887f38 [docs] missing secured commands 2024-04-15 12:17:44 -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
7341dc1f1a [mouse] breathe some life back into mouse support 2024-04-10 22:18:52 -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
656451bf55 [tests] updated expected output 2024-04-09 13:32:32 -07:00
Tim Stack
a567549a0a [journald] more tweaks 2024-04-09 12:54:23 -07:00
Tim Stack
f028ea0598 [journald] script tweaks 2024-04-09 12:40:15 -07:00
Tim Stack
e0ff892d02 sigh, missed refresh 2024-04-09 12:24:56 -07:00
Tim Stack
4d87676a2a [journald] add url handler 2024-04-09 12:05:22 -07:00
Tim Stack
1b73d0c0a1 [db-view] make graphable columns a min size of 10 2024-04-09 09:06:25 -07:00
Tim Stack
c5cde7caa4 [db-view] move bar charts to individual columns 2024-04-09 06:52:51 -07:00
Tim Stack
49aea165d4 [view_curses] fix wrapping issues with CJK characters
Related to #935
2024-04-08 23:33:58 -07:00
Tim Stack
03d000736f [sql] add humanize_id function
Related to #1061
2024-04-08 22:34:24 -07:00
Tim Stack
980900e899 [docs] mention running autogen.sh
Related to #420
2024-04-08 16:00:22 -07:00
Tim Stack
299757212a [highlights] restrict hash highlights to certain text formats
Related to #575
2024-04-08 12:16:35 -07:00
Tim Stack
8106626c91 [bins] add manpage
Related to #1176
2024-04-07 07:52:07 -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
e71ec01ac3 [prql] fix double quoted string highlighting 2024-04-05 21:24:19 -07:00
Tim Stack
572c758dcc [md4c] import v0.5.2 2024-04-05 21:07:36 -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