]>
Sergey Matveev's repositories - nnn.git/log
Arun Prakash Jana [Tue, 24 Nov 2020 21:21:01 +0000 (02:51 +0530)]
Minor refactor - browse()
Arun Prakash Jana [Tue, 24 Nov 2020 20:45:13 +0000 (02:15 +0530)]
Limit lines of code per func to 900
Arun Prakash Jana [Tue, 24 Nov 2020 18:18:48 +0000 (23:48 +0530)]
Loop the command prompt
Mischievous Meerkat [Mon, 23 Nov 2020 17:20:55 +0000 (22:50 +0530)]
Merge pull request #804 from angelskieglazki/master
Update config.yml
max [Mon, 23 Nov 2020 17:15:48 +0000 (20:15 +0300)]
Update config.yml
Mischievous Meerkat [Sun, 22 Nov 2020 16:25:08 +0000 (21:55 +0530)]
Merge pull request #800 from tchici/master
use $VISUAL environment variable for plugins
tchici [Sun, 22 Nov 2020 16:18:06 +0000 (16:18 +0000)]
use $VISUAL environment variable for plugins
falls back to previous behavior if $VISUAL is not set ($EDITOR then vi)
Mischievous Meerkat [Sun, 22 Nov 2020 16:04:46 +0000 (21:34 +0530)]
Merge pull request #799 from tchici/master
nuke plugin: use $VISUAL environment variable
tchici [Sun, 22 Nov 2020 15:54:02 +0000 (15:54 +0000)]
nuke plugin: use $VISUAL environment variable
falls back to previous behavior if $VISUAL is not set ($EDITOR then vi)
Arun Prakash Jana [Sun, 22 Nov 2020 15:24:49 +0000 (20:54 +0530)]
Remove trailing spaces
Arun Prakash Jana [Sun, 22 Nov 2020 14:39:14 +0000 (20:09 +0530)]
shellcheck fixes
Arun Prakash Jana [Sun, 22 Nov 2020 13:40:11 +0000 (19:10 +0530)]
Circle CI - move to Ubuntu 20.04
Arun Prakash Jana [Sat, 21 Nov 2020 21:05:54 +0000 (02:35 +0530)]
Fix build error
Mischievous Meerkat [Sat, 21 Nov 2020 20:34:35 +0000 (02:04 +0530)]
Integrate GH CI, retire Travis
Marco Grunert [Fri, 20 Nov 2020 18:02:26 +0000 (19:02 +0100)]
inotify is available only on Linux
Arun Prakash Jana [Thu, 19 Nov 2020 19:38:53 +0000 (01:08 +0530)]
Key A to invert selection
Arun Prakash Jana [Thu, 19 Nov 2020 18:00:32 +0000 (23:30 +0530)]
Let ^L exit filter mode and redraw if no last filter
Arun Prakash Jana [Thu, 19 Nov 2020 04:07:18 +0000 (09:37 +0530)]
Fix #786: memccpy() detects buffer overlap on macOS
Arun Prakash Jana [Wed, 18 Nov 2020 18:10:23 +0000 (23:40 +0530)]
Show msg on invalid list input, remove dep
Arun Prakash Jana [Tue, 17 Nov 2020 22:37:03 +0000 (04:07 +0530)]
Fix #784: support msys2 compilation
Arun Prakash Jana [Tue, 17 Nov 2020 03:25:12 +0000 (08:55 +0530)]
Revert to dev tag
Arun Prakash Jana [Tue, 17 Nov 2020 02:49:09 +0000 (08:19 +0530)]
Prepare for release v3.5 Freddie
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury
Arun Prakash Jana [Sun, 15 Nov 2020 15:01:31 +0000 (20:31 +0530)]
Update ToDo list link
Arun Prakash Jana [Sat, 14 Nov 2020 13:53:09 +0000 (19:23 +0530)]
Add a useful tip.
Arun Prakash Jana [Sat, 14 Nov 2020 08:16:24 +0000 (13:46 +0530)]
Update docs
Arun Prakash Jana [Sat, 14 Nov 2020 05:26:18 +0000 (10:56 +0530)]
upx compress all static binaries before upload
Arun Prakash Jana [Sat, 14 Nov 2020 04:35:51 +0000 (10:05 +0530)]
Update help
Arun Prakash Jana [Fri, 13 Nov 2020 07:10:57 +0000 (12:40 +0530)]
Q - error & quit if no selection, else pick & quit
Arun Prakash Jana [Fri, 13 Nov 2020 06:27:34 +0000 (11:57 +0530)]
Update docs
Arun Prakash Jana [Fri, 13 Nov 2020 06:01:11 +0000 (11:31 +0530)]
Fix #777: input stream ishould trump -s/-S
If an input stream is available, prioritize that over sessions. find/grep
syntax can be very complex and can be scripted. On the contrary, sessions
can be loaded at runtime and the persistent session can be "restored".
An interesting use case is the listing is done in picker mode from a script
and the user expects to "pick" some entries among the listed search results.
Another important change is - if the user tries to load the "last session"
explicitly by name instead of using the session option _restore_, we should
not overwrite the "last session" ("@") before loading the it.
Arun Prakash Jana [Thu, 12 Nov 2020 02:47:14 +0000 (08:17 +0530)]
Update plugin
Arun Prakash Jana [Tue, 10 Nov 2020 14:42:49 +0000 (20:12 +0530)]
Clean-up help
Arun Prakash Jana [Tue, 10 Nov 2020 13:43:38 +0000 (19:13 +0530)]
Fix #775: quit on double Esc
Arun Prakash Jana [Mon, 9 Nov 2020 19:06:16 +0000 (00:36 +0530)]
Skip rm invocation when no files to delete
Arun Prakash Jana [Sun, 8 Nov 2020 15:57:30 +0000 (21:27 +0530)]
Update plugin notes and table
Mischievous Meerkat [Sun, 8 Nov 2020 12:21:11 +0000 (17:51 +0530)]
Merge pull request #765 from KlzXS/dups
Modified dups to allow selecting files for removal
KlzXS [Sun, 8 Nov 2020 12:20:36 +0000 (12:20 +0000)]
Clear up which files are removed
KlzXS [Sun, 8 Nov 2020 11:28:28 +0000 (11:28 +0000)]
Wording
KlzXS [Sat, 7 Nov 2020 22:39:34 +0000 (22:39 +0000)]
sed fixes
KlzXS [Sat, 7 Nov 2020 12:58:48 +0000 (12:58 +0000)]
Fix shellchek error
Arun Prakash Jana [Fri, 6 Nov 2020 02:32:13 +0000 (08:02 +0530)]
Minor changes
KlzXS [Fri, 6 Nov 2020 00:07:01 +0000 (00:07 +0000)]
Add some prompts
Arun Prakash Jana [Thu, 5 Nov 2020 15:10:31 +0000 (20:40 +0530)]
Fix locker not invoked
Arun Prakash Jana [Sun, 1 Nov 2020 18:31:28 +0000 (00:01 +0530)]
make target upx (https://upx.github.io/)
Arun Prakash Jana [Sun, 1 Nov 2020 13:14:40 +0000 (18:44 +0530)]
Update README
Arun Prakash Jana [Sat, 31 Oct 2020 16:05:02 +0000 (21:35 +0530)]
Update Haiku Makefile
Arun Prakash Jana [Sat, 31 Oct 2020 15:52:01 +0000 (21:22 +0530)]
make option O_NOUG to compile out user group info
Arun Prakash Jana [Sat, 31 Oct 2020 15:17:07 +0000 (20:47 +0530)]
Option -U to show user and group in status bar
Mischievous Meerkat [Sat, 31 Oct 2020 06:02:16 +0000 (11:32 +0530)]
Merge pull request #768 from voodoologic/master
Plugin readme improvement
Doug Headley [Thu, 29 Oct 2020 23:35:41 +0000 (16:35 -0700)]
Plugin readme improvement
Arun Prakash Jana [Thu, 22 Oct 2020 18:35:12 +0000 (00:05 +0530)]
Update doc
KlzXS [Wed, 21 Oct 2020 17:37:33 +0000 (17:37 +0000)]
Fix filenames with spaces not working
KlzXS [Wed, 21 Oct 2020 17:03:03 +0000 (17:03 +0000)]
Modified dups to allow selecting files for removal
Arun Prakash Jana [Wed, 21 Oct 2020 05:19:04 +0000 (10:49 +0530)]
Update plugin
Tim Adler [Wed, 21 Oct 2020 04:33:56 +0000 (06:33 +0200)]
Support zoxide for jumping (#764)
* Create zoxide
* Delete zoxide
* Add files via upload
Arun Prakash Jana [Tue, 20 Oct 2020 12:50:59 +0000 (18:20 +0530)]
Fix build break
Arun Prakash Jana [Tue, 20 Oct 2020 12:29:39 +0000 (17:59 +0530)]
Generate static binaries with icon support
Arun Prakash Jana [Sat, 17 Oct 2020 22:29:05 +0000 (03:59 +0530)]
Fix #763: Revert "Fix #759" (makes nnn hang when used in a script)
This reverts commit
c0745727481af78f93512821aaca8484b273faa2 .
Arun Prakash Jana [Sat, 17 Oct 2020 08:52:59 +0000 (14:22 +0530)]
Update docs
Placido Fernandez [Thu, 15 Oct 2020 17:36:36 +0000 (17:36 +0000)]
fix bookmarks plugin on empty output (#762)
* fix bookmarks plugin on empty output
* fix indentation
* remove redundant new line
Arun Prakash Jana [Thu, 15 Oct 2020 02:38:50 +0000 (08:08 +0530)]
Fix indentation
Arun Prakash Jana [Thu, 15 Oct 2020 02:36:34 +0000 (08:06 +0530)]
Fix #759
Placido Fernandez [Tue, 13 Oct 2020 12:20:28 +0000 (12:20 +0000)]
fix fzf bookmarks plugin environment variable (#756)
* fix fzf bookmarks plugin environment variable
* fix for POSIX
Arun Prakash Jana [Mon, 12 Oct 2020 12:00:17 +0000 (17:30 +0530)]
Udpate badge
Tim Gates [Mon, 12 Oct 2020 09:32:58 +0000 (20:32 +1100)]
docs: fix simple typo: sdtout -> stdout (#755)
Arun Prakash Jana [Sun, 11 Oct 2020 08:35:50 +0000 (14:05 +0530)]
Update docs
Arun Prakash Jana [Sat, 10 Oct 2020 02:08:57 +0000 (07:38 +0530)]
Fix #739 #753
Arun Prakash Jana [Thu, 8 Oct 2020 00:03:22 +0000 (05:33 +0530)]
Fix #750: add more clarity to unmount help
Arun Prakash Jana [Wed, 7 Oct 2020 13:22:52 +0000 (18:52 +0530)]
Update issue template
Arun Prakash Jana [Sat, 3 Oct 2020 10:06:51 +0000 (15:36 +0530)]
Update docs
Arun Prakash Jana [Fri, 2 Oct 2020 03:11:09 +0000 (08:41 +0530)]
Fix #741
Arun Prakash Jana [Thu, 1 Oct 2020 11:14:37 +0000 (16:44 +0530)]
Update docs
Arun Prakash Jana [Wed, 30 Sep 2020 17:01:52 +0000 (22:31 +0530)]
Update docs
Arun Prakash Jana [Tue, 29 Sep 2020 18:59:27 +0000 (00:29 +0530)]
Update docs
Mischievous Meerkat [Tue, 29 Sep 2020 17:23:31 +0000 (22:53 +0530)]
Update README.md
Arun Prakash Jana [Tue, 29 Sep 2020 14:43:17 +0000 (20:13 +0530)]
Fix indentation
Arun Prakash Jana [Tue, 29 Sep 2020 14:37:48 +0000 (20:07 +0530)]
Merge remote-tracking branch 'origin/fix-rollover-bug'
lvgx [Tue, 29 Sep 2020 14:35:59 +0000 (16:35 +0200)]
Fix rollover bug (#747)
* Fix rollover bug
Fixes #743
* Snap to edges in no rollover multiline scroll mode
* Style fix
lvgx [Tue, 29 Sep 2020 14:22:49 +0000 (16:22 +0200)]
Style fix
lvgx [Tue, 29 Sep 2020 14:13:57 +0000 (16:13 +0200)]
Snap to edges in no rollover multiline scroll mode
lvgx [Tue, 29 Sep 2020 13:41:22 +0000 (15:41 +0200)]
Fix rollover bug
Fixes #743
Arun Prakash Jana [Mon, 28 Sep 2020 19:34:31 +0000 (01:04 +0530)]
Update docs
Arun Prakash Jana [Mon, 28 Sep 2020 16:43:33 +0000 (22:13 +0530)]
Fix #744
Arun Prakash Jana [Sat, 26 Sep 2020 17:47:25 +0000 (23:17 +0530)]
Use inline for once-used function
Arun Prakash Jana [Sat, 26 Sep 2020 17:34:27 +0000 (23:04 +0530)]
Fix #740
Arun Prakash Jana [Fri, 25 Sep 2020 19:19:33 +0000 (00:49 +0530)]
Let buffer for current path be auto-allocated
Arun Prakash Jana [Thu, 24 Sep 2020 12:02:49 +0000 (17:32 +0530)]
Range selection: replace ^K by ^Space
Arun Prakash Jana [Sun, 20 Sep 2020 06:43:00 +0000 (12:13 +0530)]
make option O_NOSSN to compile out session
cdarkly [Sat, 19 Sep 2020 16:55:53 +0000 (12:55 -0400)]
preview-tabbed will now exit with ^C (#734)
* preview-tabbed will not exit with ^C
* preview-tabbed will not exit with ^C
Arun Prakash Jana [Fri, 18 Sep 2020 15:15:47 +0000 (20:45 +0530)]
Fix #728
Arun Prakash Jana [Fri, 18 Sep 2020 15:03:21 +0000 (20:33 +0530)]
Fix #735
Arun Prakash Jana [Fri, 18 Sep 2020 00:26:31 +0000 (05:56 +0530)]
Color for vtt sub icons
Arun Prakash Jana [Fri, 18 Sep 2020 00:24:44 +0000 (05:54 +0530)]
Color more doc type icons
Arun Prakash Jana [Thu, 17 Sep 2020 01:35:47 +0000 (07:05 +0530)]
Revert "Update image"
This reverts commit
01455b3d3a08bd58161e639dd9103bc01ca01cb5 .
Arun Prakash Jana [Thu, 17 Sep 2020 01:28:53 +0000 (06:58 +0530)]
Update image
Arun Prakash Jana [Tue, 15 Sep 2020 13:36:22 +0000 (19:06 +0530)]
Fix #730
Toni Jarjour [Tue, 15 Sep 2020 02:59:50 +0000 (22:59 -0400)]
sxiv automatically plays animations (part2) (#732)
* sxiv automatically plays animations (part2)
* Update imgview
* Update imgview
Toni Jarjour [Mon, 14 Sep 2020 17:01:32 +0000 (13:01 -0400)]
make sxiv automatically play animations (#731)
Dave Snider [Mon, 14 Sep 2020 02:59:51 +0000 (19:59 -0700)]
Add nerdfont defs file and normalize vars (#722)
* Add nerdfont defs file and normalize vars
* some cleanup
* address feedback
* one more spacing issue
* address feedback
Arun Prakash Jana [Sun, 13 Sep 2020 16:06:12 +0000 (21:36 +0530)]
Update docs