Timothy Stack
0918063640
[cleanup] some modernization
2019-05-21 22:14:36 -07:00
Timothy Stack
1fc24ecabf
[bin2c] improve building of data files that are incorporated into the binary
2019-05-15 09:13:56 -07:00
Timothy Stack
fb7d6eafaf
[build] some refactoring of files
2019-05-08 05:30:59 -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
78d80fddd5
[cli] add -r flag for recursively loading files from a directory hierarchy
...
Fixes #431
2019-03-14 22:24:57 -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
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.
2019-02-15 09:22:32 -08:00
Timothy Stack
1e795c1e4a
[ui] move filter editor help to separate status bar
...
The help is unreadable when the terminal width is
small.
2019-02-13 21:54:40 -08:00
Timothy Stack
153b59ea8a
[status] some fixes for the bottom status bar
...
Fixes #603
Fixes #578
2019-02-05 07:30:57 -08:00
Timothy Stack
4381c23641
some build and cleanup
2019-01-13 19:14:26 -08:00
Timothy Stack
dcccebe797
[sql] add some help for regexp_capture()
...
Fixes #593
2019-01-13 19:02:50 -08:00
Timothy Stack
814ad03ec9
[view] keep a history of view positions
...
Fixes #577
2018-12-14 06:18:56 -08:00
Timothy Stack
5769bcbb4a
whiff
...
missed refreshing patch
2018-12-02 09:34:36 -08:00
Timothy Stack
42be76c3ba
[readline] fix some broken shortcuts
...
Defect Number:
Reviewed By:
Testing Done:
2018-12-02 07:58:30 -08:00
Timothy Stack
f2b9988c95
[internal] capture stderr while in curses and log it
...
Fixes #582
2018-11-29 07:16:25 -08:00
Timothy Stack
49dce3cec2
[readline] fix escaping out of prompt
2018-11-20 08:15:58 -08:00
Timothy Stack
5c6cc5fe2a
[readline] pressing escape should exit the command prompt
...
Fixes #316
2018-11-15 06:43:28 -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
b1a6d06490
[lss] refactor the force flag during indexing and some other stuff
2018-10-25 21:26:58 -07:00
Timothy Stack
2589345e5c
[perf] improve initial indexing times
2018-10-17 07:03:33 -07:00
Timothy Stack
ac7ae1275a
[cmds] add :redirect-to command for redirecting the output of commands in scripts
...
Related to #551
2018-10-12 07:12:35 -07:00
Timothy Stack
5f5e2d5c4e
[cleanup] prune some includes and some other cleaning
...
Defect Number:
Reviewed By:
Testing Done:
2018-10-11 05:50:28 -07:00
Timothy Stack
9664b015c6
[textview] preserve location in view when changing filters
...
Defect Number:
Reviewed By:
Testing Done:
2018-10-08 07:43:08 -07:00
Timothy Stack
686ce639a0
[build] use cmath instead of math.h
...
Defect Number:
Reviewed By:
Testing Done:
2018-10-02 22:01:18 -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
b1ff6b3a3b
[json-log] fix some inconsistencies with json logs
...
Fill some gaps brought up in #535
2018-08-21 11:10:03 -07:00
Timothy Stack
00ed12557b
[keymap] add more keys to the keymap
2018-08-12 08:37:16 -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
6bfd158e49
[logline] check for SQL keywords in column names
2018-05-27 07:59:24 -07:00
Timothy Stack
5689984702
[yajlpp] use pointer to member over nullobj()
2018-05-25 06:32:01 -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
7fb881222d
[pretty] highlight log messages in the pretty view as in the normal log view
2018-05-10 06:44:03 -07:00
Nicolas Werner
5594120f1a
Use CTRL macro from readline instead of CEOF from ttydefaults.h
...
The ttydefaults.h header is not available on musl. Readline provides the
same functionality with its CTRL macro and it makes the intent of the
code a bit clearer (that we check for CTRL-D).
2018-04-26 14:54:25 +02:00
Timothy Stack
7c5fc44f7d
[view_curses] fix highlighting when a line contains unicode
...
Take into account unicode codepoint lengths when adjusting
attribute ranges
2018-04-04 07:41:09 -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
Phil Hord
eee7d0ddfc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
Timothy Stack
ef34a6aaaf
[search] display lines matching the search in preview instead of jumping to the first
...
Jumping around can be disruptive, instead show matches in
the preview window.
2018-03-28 07:25:10 -07:00
Timothy Stack
36932b148d
[hotkeys] cleanup the last commit
2018-03-28 05:35:37 -07:00
Timothy Stack
8257f188cb
[hotkeys] change the filename hotkey to left/right arrow
2018-03-27 22:11:57 -07:00
Timothy Stack
7d7060ae4c
[generic_log] fix recognition for generic logs
...
The generic format picks up extra text in the timestamp, which
caused the date time scanner to reject some matches. I think
it's okay to allow for some trailing junk, so it no longer
ensures the size of the match is the same as the input.
2018-02-04 22:21:18 -08:00
Timothy Stack
bdcfc5cfdd
[misc] rounding some corners
2018-01-08 10:03:11 -08:00
Timothy Stack
75ccb8ca4f
[layout] fix a crash with a small window
2018-01-07 22:17:27 -08:00
Timothy Stack
74b58ed9fc
[highlights] allow the highlight color to be specified in log formats
...
Defect Number:
Reviewed By:
Testing Done:
2017-12-29 06:51:09 -08:00
Timothy Stack
b5f5b4137c
[search] redo search after filtering
...
Fixes #480
2017-12-04 08:52:40 -08:00
Timothy Stack
f25980df03
[ui] rework the default colors change
...
The default colors change resulted in some parts of the lnav
UI being colored incorrectly. I've reworked it a bit so that
the ansi color pairs are preserved and the default colors are
only used with the color pairs for roles. I've also replaced
references to ansi colors with roles in a few places to make
things work consistently.
2017-12-02 22:11:34 -08:00
Suresh Sundriyal
4483722b1d
Fix the __clang__ macro.
2017-10-28 16:10:03 -07:00
Suresh Sundriyal
217d365672
Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only on OpenBSD
2017-10-28 15:11:15 -07:00
Suresh Sundriyal
1a7e2fee9b
Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only if needed.
2017-10-28 14:26:35 -07:00
Suresh Sundriyal
72f3d7951b
Don't redefine rl_completer_word_break_characters
2017-10-28 13:26:29 -07:00
Suresh Sundriyal
23c1f7ba4f
[OpenBSD] Define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only when using Clang.
2017-10-28 13:17:54 -07:00
Suresh Sundriyal
0c88eeeb07
Fix lnav builds on OpenBSD.
...
* Remove all the wordexp related unused headers and code.
* stdout does not appear to be reassignable on OpenBSD.
* defining _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ seems to fix the const
correctness related redefinitions between wchar.h imported from
the system libc and the one imported by clang++ STL.
2017-10-28 05:21:02 -07: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
867504b2b5
[build] try to fix some tests
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-23 15:57:24 -07:00
Timothy Stack
8ea51a6fd8
[formats] support for CSV/TSV log formats
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-23 07:11:21 -07:00
Timothy Stack
16fd7ec785
[help] remove old command help and add some more filesystem extensions
2017-04-16 15:07:41 -07:00
Timothy Stack
5e8d6aa3a8
[session] add hidden fields to the session
...
Fixes #433
2017-04-15 21:11:11 -07:00
Timothy Stack
4cedde9a43
[help] add builtin help to the main help text as a reference
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-14 22:49:36 -07:00
Timothy Stack
abd566cb08
[readline] make search tab-completion case-insensitive
2017-04-13 06:15:29 -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
05730274ed
[prev-mark] jumping to the first bookmark wasn't always working
2017-04-12 07:32:11 -07:00
Timothy Stack
aa21234164
[hist] need to rebuild hist to reflect marks
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-11 07:25:54 -07:00
Timothy Stack
7033b51b41
fix potential crash when quitting
2017-04-10 23:21:14 -07:00
Timothy Stack
aae3cf4d14
[log_vtab_manager] fix lookup_impl()
2017-04-09 02:32:07 -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
914f4cf4bb
[filter-out] show a preview of the filter effects by highlighting matches in red
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-07 23:11:57 -07:00
Timothy Stack
851bd183b3
[perf] some performance tweaks
2017-04-05 21:42:54 -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
00ebd10d71
[cmds] do a dry-run of a command to check for errors
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-02 07:17:31 -07:00
Timothy Stack
411ea1fbee
[help] show help text for SQL functions
...
Defect Number:
Reviewed By:
Testing Done:
2017-03-31 07:01:11 -07:00
Timothy Stack
cd76eae5b8
[build] convert some C files to C++
...
Defect Number:
Reviewed By:
Testing Done:
2017-03-26 21:01:49 -07:00
Timothy Stack
6fcfd35395
[sql] add "search" column to the lnav_views table
...
Fixes #388
2017-03-26 07:28:08 -07:00
Timothy Stack
8776f6a703
[sql] do some minimal parsing/annotation of SQL statements
...
Defect Number:
Reviewed By:
Testing Done:
2017-03-26 06:02:53 -07:00
Timothy Stack
c0684a97cc
[sql] add a regexp_capture tablue-valued function
...
Fixup the release makefile a bit.
2017-03-15 17:01:58 -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
32c9dacd0a
[files_vtab] add a vtable for opened files
...
Defect Number:
Reviewed By:
Testing Done:
2017-03-08 13:51:07 -08: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
34d1422b76
[highlight] only highlight keywords in text files
...
Fixes #408
2017-02-18 22:35:18 -08:00
Timothy Stack
c606e1169c
only do custom keys in paging mode
2017-01-23 10:05:46 -08:00
Timothy Stack
89f8ef9c2b
[hotkeys] hotkey configuration
...
First steps to implementing #350
2017-01-21 07:41:28 -08:00
Timothy Stack
0138d13297
[cmds] execute scripts from stdin/fds
...
Issues mentioned in #397
2016-12-23 11:37:23 -08:00
Timothy Stack
a69d4c37a4
[hotkey] when scanning through search hits, move to the last hits
2016-12-17 21:43:26 -08:00
Timothy Stack
d799cc227e
some tweaks to these changes
2016-12-17 21:13:38 -08:00
Timothy Stack
e286534cfc
Merge branch 'fix-compile-warnings' of https://github.com/aspiers/lnav into aspiers-fix-compile-warnings
2016-12-16 22:50:45 -08:00
Timothy Stack
f567aafe3b
[c++11] migration #1
...
Just a start
2016-12-10 07:21:24 -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
Timothy Stack
09292fc23e
remove -s flag
...
Fixes #363
2016-11-23 07:02:41 -08:00
Timothy Stack
642a94e7b7
[open] check for FIFOs
...
Fixes #380
2016-11-23 06:41:22 -08:00
Timothy Stack
a7a03470d7
[search] fix a typo in the timeval compare operator
...
Defect Number:
Reviewed By:
Testing Done:
2016-11-22 23:03:40 -08:00
Timothy Stack
4de576fba7
[search] after a search has been entered, move to the first hit if one is found quickly
...
Defect Number:
Reviewed By:
Testing Done:
2016-11-22 21:02:01 -08:00
Adam Spiers
81f5a843cf
check return value of git pull command
...
This is obviously worthwhile, but also eliminates this compiler warning:
lnav.cc: In function ‘int main(int, char**)’:
lnav.cc:2407:33: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(pull_cmd);
^
2016-11-22 19:42:41 +00:00
Adam Spiers
04627c1743
fix -Wunused-result warnings when calling read() and write()
...
Fix warnings like these:
lnav.cc: In function ‘int main(int, char**)’:
lnav.cc:2407:33: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(pull_cmd);
^
lnav.cc:2966:66: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(STDOUT_FILENO, str.c_str(), str.size());
^
lnav.cc:2967:50: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(STDOUT_FILENO, "\n", 1);
^
2016-11-22 19:42:41 +00:00
Timothy Stack
b296e84a65
[format] color extra json fields that are identifiers
2016-10-29 22:16:45 -07: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
d9b5cf3856
call setlocale() to try and get unicode working
2016-10-17 08:46:25 -07:00
Timothy Stack
fbbedfea48
[build] try to silence some warnings
2016-05-03 21:12:53 -07:00
Timothy Stack
c564beee29
[build] try to silence some warnings
2016-05-03 21:01:39 -07:00