1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Tim Stack
554f0e2439 [partitions] revive partition functionality 2024-03-21 08:47:29 -07:00
Tim Stack
3e49915ef2 [tests] fix :export-session-to test
Also, fix some regex101 import bitrot
2023-08-15 09:52:54 -07:00
Tim Stack
3cc827d613 [date_time] missed some TZ stuff 2023-08-11 10:06:28 -07:00
Tim Stack
c8fd38f74a [tests] set TZ for sessions test 2023-07-25 21:15:41 -07:00
Tim Stack
b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
2023-07-25 20:45:12 -07:00
Tim Stack
0603b1e756 [session] support for :hide-file and some related fixes 2022-08-13 07:31:46 -07:00
Tim Stack
deb0e21554 [tests] fix export session test 2022-08-05 22:23:19 -07:00
Timothy Stack
b3ee092dc5 [cleanup] remove unused stuff and add a test 2022-07-22 15:31:08 -07:00
Timothy Stack
6712a33163 [cmds] add :export-session command 2022-07-20 22:01:17 -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
aa9947fbb0 [tests] try to fix ci test failures 2021-08-29 08:46:10 -07:00
Timothy Stack
8b38bb0970 [session] store file visibility 2020-10-28 21:23:25 -07:00
Timothy Stack
3da3ec799a [session] allow the name 2020-04-25 07:32:05 -07:00
Timothy Stack
062d480fea [sql] fix some issues found while trying to query some logs 2019-03-21 07:46:51 -07:00
Timothy Stack
5fff4d8784 [help] add some initial help text for search/SQL prompts
Also:
  * You can now "scroll out" of the visual editor to
    return to the main view.  This should alleviate the
    frustration of pressing up/down arrows thinking the
    main view should move but, really, you're stuck in
    the editor.
  * The three-dot-ellipsis for hidden fields has been
    replaced with a unicode vertical ellipsis so that
    less space is taken up.
2019-01-24 22:05:15 -08:00
Timothy Stack
5e8d6aa3a8 [session] add hidden fields to the session
Fixes #433
2017-04-15 21:11:11 -07:00
Timothy Stack
87b07a0087 [sql] allow log_part to be updated 2015-12-22 05:27:36 -08:00
Timothy Stack
a76803fd44 [session] fix a bug in save-session when the log file was closed 2014-03-18 22:47:36 -07:00
Timothy Stack
b988708431 [session] remove session flag CLI option in favor of commands
Too many CLI flags make things confusing and this one didn't add
anything, so I'm making it a command instead.
2014-03-15 12:32:29 -07:00
Timothy Stack
43e6b55a81 [readline] customize display of matches for completion 2014-03-09 01:29:28 -08:00
Timothy Stack
d993d0e8c6 [partition] make partitions a separate bookmark type 2014-03-07 05:20:49 -08:00