Timothy Stack
e18e8e214a
[build] missed lambda captured
2019-05-21 22:37:36 -07:00
Timothy Stack
0918063640
[cleanup] some modernization
2019-05-21 22:14:36 -07:00
Timothy Stack
06d1098211
[config] initial support for themes
...
For #422
Still more to do
2019-05-03 13:50:19 -07:00
Timothy Stack
21c5c52843
[format] allow multiple log format patterns per log file
...
This tries to address #624
2019-03-13 16:37:41 -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
814ad03ec9
[view] keep a history of view positions
...
Fixes #577
2018-12-14 06:18:56 -08:00
Timothy Stack
aae4650b95
[hotkeys] fix a crash when pressing 'I' that is due to a previous change
2018-11-19 11:07:22 -08:00
Timothy Stack
ec82ecda62
[filter] display the number of filters
2018-11-10 22:55:08 -08:00
Timothy Stack
efe6ccf0d1
[filter] change from backquote to tab for activating filter panel
2018-11-09 13:59:27 -08:00
Timothy Stack
2345a32423
[filter] add panel that shows the set of filters
...
Initial version, still needs some cleanup
2018-11-09 09:45:19 -08:00
Timothy Stack
db6c619e4e
[keymap] support for /dev/clipboard in :write commands
...
The copy hotkey is now implemented in the keymap and the
':write-*' commands were enhanced to recognize /dev/clipboard
as a special file name for writing to the system clipboard.
2018-09-30 09:49:23 -07:00
Timothy Stack
f65df7c762
[readline] tweak fuzzy matching threshold
...
Change the threshold for cutting off the remaining fuzzy matches
that was added for #541
Also, fix an error when filtering is added when viewing
the tail of the log.
2018-09-29 00:20:45 -07:00
Timothy Stack
00ed12557b
[keymap] add more keys to the keymap
2018-08-12 08:37:16 -07:00
Timothy Stack
77302eb980
[build] fix some build issues
2018-06-12 08:04:20 -07:00
Timothy Stack
5e8983b857
[sql-view] pressing tab should hide bart charts
...
Fixes #514
2018-06-12 07:50:40 -07:00
Timothy Stack
bc8e51914a
[hotkey] the "P" hotkey was not toggling the view
...
Fixes #522
2018-06-07 06:26:07 -07:00
Timothy Stack
36d5ff8b86
[lo-fi] display fixes
...
Fixes #513
Fixes #516
2018-05-18 22:11:40 -07:00
Timothy Stack
4ccae48aea
[bookmarks] add support for tags and comments for log lines
...
Initial work for #446 and #447
TODO: filtering on tags/comments
Also did a bunch of clang-tidy cleanups and improvements to
the online help.
2018-05-17 07:06:50 -07:00
Timothy Stack
9f91d3b447
[log-view] display the unique parts of the file name instead of just the base
...
Instead of just displaying the base name of the file, try to include some
additional parts of the path that make a unique string.
2018-04-03 07:36:09 -07:00
Timothy Stack
8257f188cb
[hotkeys] change the filename hotkey to left/right arrow
2018-03-27 22:11:57 -07:00
Adam Spiers
9ffbc1ac46
make '.' toggle prefixing each log line with filename
...
Mostly addresses #277 . I won't claim it fully closes it, because there
are at least two ways it could be improved:
1. It doesn't draw a nice coloured divider in the column after the
filename, and that would provide maximum visual clarity and
consistency with the existing presentation.
2. It would be nice if the filenames weren't shown on every single line,
but only on the first line of a contiguous chunk of log lines from a
single file (or on the top line of the screen if the first line of
the chunk was already scrolled off the top).
3. It doesn't yet include the filename in the text copied to the
clipboard when the 'c' hotkey is pressed.
2018-03-27 16:07:56 -07:00
Timothy Stack
5d2dffad35
[cmd] redo deleting command-prompt char should exit prompt
...
My first attempt at this wasn't right and would exit the prompt
when an escape sequence was received and the prompt was empty
(like going back through history).
2017-11-05 21:19:46 -08:00
Timothy Stack
d18b344489
[perf] avoid an initial forced index rebuild
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-25 06:55:07 -07:00
Timothy Stack
a973f7f934
[misc] some more miscellaneous bugs
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-12 15:54:54 -07:00
Timothy Stack
fea3cb83d9
[sql] preview table definition
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-09 01:57:19 -07:00
Timothy Stack
78119dc9f1
fixing some minor issues
...
Fixes #255
2017-04-05 07:05:19 -07:00
Timothy Stack
4954817741
[crash] pressing i/I when not in the log view
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-02 07:47:51 -07:00
Timothy Stack
fa296fca1b
[listview] get a batch of rows from the source instead of a single one at a time
...
Also: bump to c++14 and added a helper template for creating sqlite virtual tables
2017-03-14 06:05:46 -07:00
Timothy Stack
c180c44e49
[vtab] add an lnav_view_stack table to get programmatic access to the view stack
...
More progress towards #377
2017-03-04 15:22:19 -08:00
Timothy Stack
71aa54ad4d
[keymap] convert more hotkeys to keymaps
...
Fixes #416
2017-03-01 08:44:16 -08:00
Timothy Stack
1a87184c82
[log] allow parts of log messages to be hidden
...
Fixes #412
2017-02-23 06:15:44 -08:00
Timothy Stack
69e51d68d3
[hotkeys] make 'I' stable
...
Fixes #393
2016-12-23 22:32:23 -08:00
Timothy Stack
44d93dddc3
[pretty-print] allow formats to do transforms before pretty-printing
...
Also started upgrading to C++11.
Fixes #353
2016-12-05 16:34:30 -08:00
Timothy Stack
02bfd5846b
[hotkey] the n/N keys will now move to the next cluster of search hits, up to a screenful
...
Defect Number:
Reviewed By:
Testing Done:
2016-11-25 15:44:36 -08:00
Timothy Stack
95fe6f0d73
[hotkey] the n/N keys will now move to the next cluster of search hits, up to a screenful
...
Defect Number:
Reviewed By:
Testing Done:
2016-11-24 23:27:54 -08:00
Adam Spiers
c18adb8b73
fix hints about moving by hour
...
o/O do not move forward/backward an hour; in fact, no hotkey does,
but 6/^ are about as close as it gets.
2016-11-20 01:56:22 +00:00
Timothy Stack
b392886f0c
[highlight] choose highlight color based on the regex
...
Defect Number:
Reviewed By:
Testing Done:
2016-10-25 06:42:05 -07:00
Timothy Stack
c564beee29
[build] try to silence some warnings
2016-05-03 21:01:39 -07:00
Timothy Stack
deccd51bdf
[mouse] update the status line when the mouse is enabled/disabled
2016-05-03 20:47:52 -07:00
Timothy Stack
1477c2ae51
[text-view] swap the rotation of f/F to something more natural
2016-04-26 21:25:28 -07:00
Timothy Stack
cbe3541366
[spectro] add tab-completion for DB column names
2016-04-03 21:15:51 -07:00
Timothy Stack
9c364bf48e
[spectro] add spectro view support for sql results
2016-03-30 20:18:28 -07:00
Timothy Stack
fdc2748e3e
[spectro] add a spectrogram view that works with known message fields
2016-03-20 15:15:50 -07:00
Timothy Stack
a2b381ca19
[config] initial impl with clock-format as the only option at the moment
2016-01-05 06:18:58 -08:00
Timothy Stack
e5f786bc2c
[script] add metadata to script files
2015-12-28 20:30:04 -08:00
Timothy Stack
e07b4e448f
[exec] add a prompt to execute lnav scripts
2015-12-18 22:39:27 -08:00
Timothy Stack
feab733742
[cmd] add reltime possibilities for some commands
2015-12-09 23:13:41 -08:00
Timothy Stack
e987a5164f
[hist] rewrite the histogram code
2015-12-08 22:46:10 -08:00
Timothy Stack
aa0999bd0e
[opid] missed adding opid to the json log and some other bug fixes
...
Defect Number:
Reviewed By:
Testing Done:
2015-12-04 19:04:37 -08:00
Timothy Stack
d1bbc433b7
[view] start to refactor the bar chart code
2015-12-03 21:56:35 -08:00