Commit Graph

224 Commits

Author SHA1 Message Date
Tim Stack
5787f47767 [piper] replace piper_proc with a thread
Related to #1029
2023-07-06 20:05:30 -07:00
Tim Stack
9df36484f6 [build] bump doc version numbers 2023-07-02 22:25:50 -07:00
Tim Stack
d7857ef696 [docs] add missing SQL tables
Related to #1167
2023-06-29 14:58:51 -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
19de26e4c2 [docs] add copy button to code blocks 2023-06-23 12:01:03 -07:00
Tim Stack
78cf53fc4d [docs] mention cursor mode in the intro 2023-06-23 11:43:00 -07:00
Tim Stack
7bf42e7d2f [json-logs] automatically remove trailing line feeds
Fixes #969
2023-06-22 23:09:39 -07:00
Tim Stack
f3b78e79b5 [docs] flesh out faq and mention JSON-lines matching 2023-06-20 21:11:27 -07:00
Tim Stack
c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
2023-06-20 10:33:53 -07:00
Tim Stack
59bca18963 [docs] bump copyright year 2023-06-19 19:56:08 -07:00
Tim Stack
eb332db0fd Add links to github in the intro docs
Fixes #1164
2023-06-19 14:19:13 -07:00
Tim Stack
77b4a55be4 [docs] mention hotkeys in the UI section 2023-06-18 15:50:41 -07:00
Tim Stack
8f8874c718 [cursor] update docs and more tweaks 2023-06-16 21:38:19 -07:00
Tim Stack
0eee0afd37 [docs] add some figures to pretty-print view section 2023-06-16 13:28:02 -07:00
Tim Stack
a324bc8c1c [docs] add a note that level regexes are not anchored
Related to #1153
2023-05-06 10:29:38 -07:00
Tim Stack
822eaf5a1a [json_log] auto detect the required width for a column
Related to #1146
2023-04-29 16:13:42 -07:00
Tim Stack
44b564681b [format_loader] catch invalid format names
Fixes #1122
2023-04-05 22:52:55 -07:00
Tim Stack
082658a71e [docs] mention log file name behavior
Mentioned in #1123
2023-03-03 19:14:53 -08:00
nodiscc
7268513a27
[docs] formats: provide an example of overriding only the error detection regexp for a format
- fixes https://github.com/tstack/lnav/issues/733
2023-01-23 15:18:55 +01:00
nodiscc
1b19fdca95
[docs] formats are loaded from both /etc/lnav/formats and ~/.lnav/formats/ 2023-01-23 15:18:44 +01:00
Tim Stack
8d17561c76 [docs] mention logfmt in the features page 2023-01-06 09:27:23 -08:00
Tim Stack
f34a5cf589 [docs] update docs for half page hotkeys 2022-12-21 15:45:59 -08:00
Tim Stack
2062c7003b [views_vtab] add a movement column to lnav_views and other stuff (related to #1088)
I've plumbed the "movement" control through the lnav_views table
so that it can be controlled through the keymap definition instead
of hard-coded in hotkeys.cc.  (Trying to move most stuff out of
there...)

Removed listview_curses::lv_displayed_rows since it seemed to
cause some glitchy behavior when moving to the last line.

Call invoke_scroll() when changing the selection and change the
bottom status to reflect the selected line instead of just the
top.  Also, changing the selectability should set "needs update".

Change more commands to use the selection instead of the top.
2022-12-14 21:52:24 -08:00
Tim Stack
3990517fcb
Merge pull request #1090 from FlorianMuenchbach/feature/cursor-mode
Feature/cursor mode
2022-12-14 20:33:45 -08:00
Tim Stack
e2527513df [docs] try to fix horiz scrolling
related to #1091
2022-12-14 09:04:12 -08:00
Florian Münchbach
a75d5c7cf3 Add hotkey binding for toggling the cursor mode 2022-11-01 21:33:47 +01:00
Tim Stack
9eb734ef7e [log_format] support for a separate sub-second field 2022-10-02 21:58:10 -07:00
Tim Stack
1a92701cb3 [keymaps] update docs/etc for swedish keymap 2022-09-30 15:42:07 -07:00
Tim Stack
45b812d063 [docs] add refs to the vscode extension 2022-09-25 13:52:03 -07:00
Tim Stack
c49e0787f3 [release] bump version and try to automate some stuff 2022-09-18 16:05:24 -07:00
Tim Stack
eb0bd4ac9a [anon] add an anonymizer to help with support requests
Fixes #1055
2022-09-15 21:11:30 -07:00
Tim Stack
eaa6e50a52 [log_format] perform more validations on log formats 2022-09-12 07:18:26 -07:00
Tim Stack
ac398dd441 [site] add links to playground / tutorial 2022-09-01 15:15:01 -07:00
Fulvio Scapin
cad1d80be3
Indentation correction in formats.rst
Indentation correction in the formats.rst file
2022-08-31 01:44:30 +02:00
Tim Stack
b5cb38d454 [user_notifications] treat message as markdown 2022-08-29 16:00:33 -07:00
Tim Stack
ebaeb43fcb [docs] mention out-of-time-order highlight
Fixes #1000
2022-08-21 18:47:44 -07:00
Tim Stack
53c9c5cb51 [logfile] move bookmark_metadata to logfiles 2022-08-19 20:01:25 -07:00
Tim Stack
7ef5cf6ba3 [session] some more session docs 2022-08-13 21:42:41 -07:00
Tim Stack
d9e699fd09 [docs] add docs for new SQL tables 2022-08-11 00:15:18 -07:00
Tim Stack
ebe2e0d8e6 [docs] add config panel screenshots 2022-08-10 10:39:25 -07:00
Tim Stack
1fd274ce24 [docs] some more updates to docs
Also, add support for overstruck/backspace-underscore for
doing bold/underline.
2022-08-08 23:14:02 -07:00
Tim Stack
c52615c424 [docs] start updating screenshots 2022-08-07 10:00:34 -07:00
Timothy Stack
6224ed2ce3 [version] change next version to v0.11.0 since there are a bunch of changes 2022-07-15 22:31:43 -07:00
Timothy Stack
d1521496cc [docs] fill out search-table docs 2022-07-13 22:24:49 -07:00
Timothy Stack
2a9f0bcda8 [docs] add version tag to watch expr section 2022-06-28 22:26:57 -07:00
Timothy Stack
f9f797fc9d [logfile_sub_source] add log message watch expressions
Fixes #539
2022-06-28 22:23:56 -07:00
Timothy Stack
6c52760cc9 [events] initial events work
Related to #811
2022-06-09 12:49:06 -07:00
Timothy Stack
7cc55734a8 [docs] add some regex101 integration stuff 2022-05-01 15:42:13 -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
81e63784e7 [modernize] some more cleanups 2022-03-31 08:59:33 -07:00