1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-20 01:08:13 +03:00
Commit Graph

2218 Commits

Author SHA1 Message Date
Timothy Stack
98bc71914b [sysclip] log the detected clipboard commands and add x11 to snap 2021-09-14 22:31:38 -07:00
tstack
cddad0ac92 Update tailer 2021-09-15 04:45:14 +00:00
Timothy Stack
47964ac852 [build] missing include 2021-09-14 21:44:35 -07:00
tstack
90cae9d59b Update tailer 2021-09-15 04:38:23 +00:00
Timothy Stack
e8f3468801 [build] missing include 2021-09-14 21:37:49 -07:00
Timothy Stack
a50c806bd9 [build] fix hash type 2021-09-14 21:34:37 -07:00
tstack
ca98425e10 Update tailer 2021-09-15 04:28:55 +00:00
Timothy Stack
a125e49415 [build] fix ape build 2021-09-14 21:28:15 -07:00
Timothy Stack
aae83a6a10 [remote] optimize file syncing 2021-09-14 21:20:25 -07:00
Timothy Stack
aa30526a54 [help] add some more stuff to the search syntax help prompt 2021-09-10 21:01:40 -07:00
Timothy Stack
107199cb7c [remote] clean up the cache 2021-09-10 21:01:25 -07:00
Timothy Stack
f6e245c04a [sql] jget() is not returning values with the right sqlite type 2021-09-09 22:22:52 -07:00
Timothy Stack
7252e5fc0f [views] fix an issue with the log view not updating when switching back from text 2021-09-09 13:03:43 -07:00
Timothy Stack
d4d0a6165f [views] view not updated after pop 2021-09-09 11:48:00 -07:00
Timothy Stack
4bee577b26 [snapcraft.yaml] bump selective-checkout version 2021-09-09 09:17:52 -07:00
Timothy Stack
b3a4eadbe2 [cmds] add :show-only-this-file command 2021-09-08 14:56:18 -07:00
Timothy Stack
dd527cf6d4 [version] bump to v0.10.1 2021-09-08 14:43:16 -07:00
Timothy Stack
c308a3b17a [build] fix a build issue 2021-09-08 08:46:29 -07:00
Timothy Stack
b6b0578027 [file_collection] check for file closure in same_file
Fixes #908
2021-09-07 23:07:34 -07:00
Timothy Stack
86e84e1dab [distclean] more files to remove 2021-09-07 22:39:39 -07:00
Timothy Stack
1e1abcc97e [distclean] remove some extra files 2021-09-07 22:24:01 -07:00
Timothy Stack
db7173caec [views] fix some issues with empty views
Related to #908
2021-09-07 21:08:01 -07:00
Timothy Stack
312a97bca7 [logfile] tweak overwrite detection to ignore remote files
The mtime of a remote file is not adjusted in an atomic fashion,
so it can cause a spurious overwrite signal
2021-09-07 14:23:12 -07:00
Timothy Stack
0de76b29c8 [files] fix refreshing files with errors and auto-switching to text view
Fixes #909
2021-09-03 12:33:11 -07:00
Tim Stack
869b10c3fc
Update test_remote.sh 2021-08-30 06:21:22 -07:00
Tim Stack
fbdcca97e1
Update test_remote.sh 2021-08-30 06:01:50 -07:00
Timothy Stack
2df39916f9 [tests] debug remote test 2021-08-29 22:56:08 -07:00
Timothy Stack
42d2aa063a [tests] add missing test logfile to dist 2021-08-29 22:30:21 -07:00
Timothy Stack
c462830be1 [tests] try to fix sql test 2021-08-29 22:00:21 -07:00
Timothy Stack
aa9947fbb0 [tests] try to fix ci test failures 2021-08-29 08:46:10 -07:00
Timothy Stack
2000513135 [tests] set XDG_CONFIG_HOME too 2021-08-29 07:35:55 -07:00
Tim Stack
49576d8450
Update c-cpp.yml 2021-08-29 06:50:16 -07:00
Tim Stack
0fcda9adec
Update test_meta.sh 2021-08-29 06:31:45 -07:00
Timothy Stack
ec4e36b10c [build] skip make for ci build 2021-08-28 22:59:42 -07:00
Timothy Stack
67557c829a [tests] debugging 2021-08-28 22:50:52 -07:00
Timothy Stack
a7edb40cf7 [tests] fix expected output 2021-08-28 22:14:24 -07:00
Timothy Stack
c13e1f3a00 [build] missed distributing some test files 2021-08-28 22:01:36 -07:00
Timothy Stack
804056c1c3 remove unused var 2021-08-28 21:39:10 -07:00
Timothy Stack
7eb1d17bef [files] highlight issues with opening files
Fixes #904
2021-08-27 22:37:10 -07:00
Timothy Stack
1df74411c2 [field-overlay] fix out-of-time-order message overlay
Related to #902
2021-08-26 09:29:40 -07:00
Timothy Stack
03ce38b09f [bottom-status] make sure the search term is updated
Fixes #907
2021-08-26 09:11:30 -07:00
Timothy Stack
426e70b99f [field-overlay] use log_time instead of the name from the format
Related to #902
2021-08-26 09:11:30 -07:00
Tim Stack
ab9cedeb7d [build] try to cat output 2021-08-25 11:44:31 -07:00
Timothy Stack
87ae18238b [build] try to fix tailer test 2021-08-25 10:28:00 -07:00
Tim Stack
283cdf7ca6
Merge pull request #906 from a1346054/master
Minor cleanup
2021-08-25 09:21:06 -07:00
a1346054
e68be8f447 remove trailing whitespace 2021-08-25 11:21:07 +00:00
a1346054
f30ed34a22 fix spelling 2021-08-25 11:20:38 +00:00
a1346054
65791b79ef [docs]: use https link 2021-08-25 11:19:26 +00:00
a1346054
a362683dc8 [release]: invoke bash through /usr/bin/env
This makes sure that the expected bash is ran, instead of the hardcoded
version which may or may not exist at that path.
2021-08-25 10:58:46 +00:00
a1346054
4406feba3b [vagrant]: fix shellcheck identified issues in scripts 2021-08-25 10:56:15 +00:00