Commit Graph

191 Commits (f30ed34a2239b8e2c77e0e5c9017100bd5405490)

Author SHA1 Message Date
Timothy Stack 211f10535c [cmds] add --view flag 3 years ago
Timothy Stack 97530070c9 [cmds] add /dev/clipboard support to :redirect-to 3 years ago
Timothy Stack c9d22e7941 [db-view] fix scrolling performance 3 years ago
Timothy Stack 383bf71f26 [filters-view] key capture fix
Fixes #898
3 years ago
Timothy Stack e33fe1a85b [config] include values from the configs dir in the default config 3 years ago
Timothy Stack ce8397b5cf [view_curses] only write OSC;send-input in the test env
Fixes #895
3 years ago
Timothy Stack 4b6fb5ff18 [release] change version to v0.10.0 since there's a lot of stuff and some nits 3 years ago
Timothy Stack edfd835866 [remote] use the APE version of the tailer 3 years ago
Timothy Stack 8582b56c75 [news] add a comment 3 years ago
Timothy Stack e13816a8e3 [cmds] change :write-raw-to to copy the original log content and add :write-view-to command
Also added log_raw_text column to the log tables.

Fixes #859
3 years ago
Timothy Stack b64342ca47 [log_format] display log_body for the body field instead of the format name and add :mark-expr command 3 years ago
Timothy Stack d2b5690e0c [readline] improve filename completion 3 years ago
Timothy Stack 5ea22b1c0c update NEWS 3 years ago
Timothy Stack c0ed59e61e [sqlite] implement .dump SQL command 4 years ago
Timothy Stack 6f4791ec35 [sqlite] include generate_series() extension 4 years ago
Timothy Stack f6128240ab [sql] add lnav_top_file() SQL function 4 years ago
Timothy Stack d45d7d6c58 [docs] add report generation to cookbook 4 years ago
Timothy Stack f5e88b7158 [docs] add ARCHITECTURE.md and various other things 4 years ago
Timothy Stack 678be94d75 [files] use libarchive to decompress files
Fixes #87
4 years ago
Timothy Stack 7476dd5bb9 [misc] misc bugs 4 years ago
Timothy Stack 4ca6fd7bfd [sqlite] add an xml/xpath extension 4 years ago
Timothy Stack 4ff2b710d5 [log_format] change w3c_log to put extra columns into a JSON column 4 years ago
Timothy Stack 32f112b8de [formats] add w3c extended log format impl
Fiexes #798
4 years ago
Timothy Stack 22c2e95df0 [filters] sql filter
Related to #568
4 years ago
Timothy Stack 9d87cfa2f0 [debt] more tech debt 4 years ago
Timothy Stack f192cb7c3e [input_dispatcher] fix handling of unicode input
Fixes #791
4 years ago
Timothy Stack 9bfe1f8319 [cmds] include filename in copied log lines when shown
Fixes #789
4 years ago
Timothy Stack d8a083f0fe [filters] add :toggle-filtering command 4 years ago
Timothy Stack 276f71423e [readline] add alternate enter command 4 years ago
Timothy Stack 65c991919b [loader] fix format loader and add $schema refs to formats 4 years ago
Timothy Stack b2d5a41762 [NEWS] some cleanup of the text 4 years ago
Timothy Stack 692cf37e1b [NEWS] mention keymap support 4 years ago
Timothy Stack 82b34bb02a [config] remove :save-config 4 years ago
Timothy Stack d6e1fd1f32 [release] change version to 0.9.0 4 years ago
Timothy Stack d695febe14 [cmd] add :write-jsonlines-to command 4 years ago
Timothy Stack e85fff0b88 [sql] add json_concat() function and misc fixes 4 years ago
Timothy Stack 8a0193691f ignore stdin when it is from /dev/null 5 years ago
Timothy Stack 3da3ec799a [session] allow the name 5 years ago
Timothy Stack d5373abeb4 [sql] bind $LINES/$COLS variables to the size of the window
Fixes #698
5 years ago
Timothy Stack 9a05b9d186 [config] pay attention to XDG_CONFIG_HOME
Fixes #105
5 years ago
Timothy Stack e442f84e80 [textview] pause loading of files by pressing =
Fixes #670
5 years ago
Timothy Stack 65d9240300 [theme] add eldar theme 5 years ago
Timothy Stack 63e53377c3 [theme] add monocai theme 6 years ago
Timothy Stack 06d1098211 [config] initial support for themes
For #422

Still more to do
6 years ago
Timothy Stack 78d80fddd5 [cli] add -r flag for recursively loading files from a directory hierarchy
Fixes #431
6 years ago
Timothy Stack 21c5c52843 [format] allow multiple log format patterns per log file
This tries to address #624
6 years ago
Timothy Stack 469124d72b [time-offset] fixes
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack 02b9e13343 [filters] add the number of hits for each filter in the editor
Might be useful to know the number of hits for a given filter.
6 years ago
Timothy Stack 659f01c9ae [filters] add a log_filters column to log tables that contains the matched filters
Related to #597
6 years ago
Timothy Stack 153b59ea8a [status] some fixes for the bottom status bar
Fixes #603
Fixes #578
6 years ago