]>
Sergey Matveev's repositories - nnn.git/log
Arun Prakash Jana [Tue, 16 Mar 2021 19:36:47 +0000 (01:06 +0530)]
Revert clear selection on plugin invocation
Many plugins are used for navigating to the target directory.
This reverts commit
026f76f14cdf6f67d29ed3cfd5804b2e2890bf6f .
Mischievous Meerkat [Tue, 16 Mar 2021 12:41:21 +0000 (18:11 +0530)]
Merge pull request #883 from salutis/patch-1
Improve clarity and consistency of README.md
Rudolf Adamkovič [Tue, 16 Mar 2021 10:34:09 +0000 (11:34 +0100)]
Improve clarity and consistency of README.md
Arun Prakash Jana [Mon, 15 Mar 2021 19:55:14 +0000 (01:25 +0530)]
Update Haiku makefile
Arun Prakash Jana [Mon, 15 Mar 2021 19:22:50 +0000 (00:52 +0530)]
Prepare for release v3.6
Mischievous Meerkat [Sun, 14 Mar 2021 14:40:47 +0000 (20:10 +0530)]
Merge pull request #877 from luukvbaal/preview-tui
cleanup fifo
Luuk van Baal [Sun, 14 Mar 2021 14:28:50 +0000 (15:28 +0100)]
cleanup fifo
Arun Prakash Jana [Sun, 14 Mar 2021 10:53:46 +0000 (16:23 +0530)]
Update docs
Arun Prakash Jana [Sun, 14 Mar 2021 09:05:19 +0000 (14:35 +0530)]
Minor code reformat for clarity
Arun Prakash Jana [Sun, 14 Mar 2021 07:29:24 +0000 (12:59 +0530)]
Fix shellcheck report
luukvbaal [Sun, 14 Mar 2021 06:53:03 +0000 (07:53 +0100)]
Fix preview-tui-ext and ueberzug support for preview-tui (#875)
* fix preview-tui-ext
* add ueberzug to preview-tui
* abolish config variables
* kitty
Arun Prakash Jana [Sun, 14 Mar 2021 06:49:40 +0000 (12:19 +0530)]
Fix #876: fzcd - go to dir and select file
luukvbaal [Sat, 13 Mar 2021 11:22:51 +0000 (12:22 +0100)]
preview-tui improvements (#869)
* Update preview-tui
* trap SIGWINCH
* Update preview-tui
fix CircleCI test
* fix CircleCI...
* add pdf/epub
forgot to add pdf/epub when adpating my own working script to the upstream version
* add USE tests
* add office preview
allows preview of ods, odt, docx, pptx, etc
* remove resize trap, show static gif
Removed the faulty resize code and show static gif when USE_GIFPREVIEW is not set.
* loop gif playback
* refactor imagepreview
* scale kitty preview
* fix ueberzug_remove regression
* add optional atool support
* single depth, colorized tree preview
also empty pager prompt
* atool optional
* window resize working
* USE_UEBERZUG check
* conditional trap
I can't fully explain the behavior I'm seeing but this seems to work as its supposed to.
* adopt TMPDIR
* prevent extra readline after window resize
* shellcheck fix
* clear preview pane after resize
prevents (seemingly random) pager previews from showing after resize
* fix stray fifo from subshells
* add preview-tui-ext
Arun Prakash Jana [Sat, 6 Mar 2021 06:50:14 +0000 (12:20 +0530)]
Have a distinct unused msg for index 0
Arun Prakash Jana [Thu, 4 Mar 2021 18:25:41 +0000 (23:55 +0530)]
Add check for non-empty selection buffer
Arun Prakash Jana [Thu, 4 Mar 2021 14:22:06 +0000 (19:52 +0530)]
Fix regression in #864
Arun Prakash Jana [Thu, 4 Mar 2021 12:21:57 +0000 (17:51 +0530)]
Fix #864
Arun Prakash Jana [Sun, 28 Feb 2021 18:25:49 +0000 (23:55 +0530)]
Update docs
Arun Prakash Jana [Sat, 27 Feb 2021 18:45:11 +0000 (00:15 +0530)]
Update docs
Mischievous Meerkat [Thu, 18 Feb 2021 21:43:25 +0000 (03:13 +0530)]
Merge pull request #858 from KlzXS/xdgopen
Fix frozen terminal caused by opener
Mischievous Meerkat [Wed, 17 Feb 2021 19:09:00 +0000 (00:39 +0530)]
Merge pull request #857 from KlzXS/batch_rename
Favor selection over current for nmv
Mischievous Meerkat [Wed, 17 Feb 2021 19:06:15 +0000 (00:36 +0530)]
Merge pull request #856 from KlzXS/cpmvrm
Add check for empty selection
KlzXS [Wed, 17 Feb 2021 09:01:26 +0000 (09:01 +0000)]
Use the fix you just implemented
KlzXS [Tue, 16 Feb 2021 22:23:29 +0000 (22:23 +0000)]
Fix frozen terminal
xdg-open would launch a cli program that would contest the terminal for character input
KlzXS [Tue, 16 Feb 2021 21:46:56 +0000 (21:46 +0000)]
Favor selection over current for nmv
KlzXS [Tue, 16 Feb 2021 21:33:42 +0000 (21:33 +0000)]
Add check for empty selection
nop when empty
Arun Prakash Jana [Thu, 11 Feb 2021 15:34:37 +0000 (21:04 +0530)]
Fix alignment
Mischievous Meerkat [Thu, 11 Feb 2021 03:22:00 +0000 (08:52 +0530)]
Merge pull request #852 from 0xACE/badideascfg
state.runctx now retains bitwidth as cfg.curctx
0xACE [Thu, 11 Feb 2021 03:11:54 +0000 (04:11 +0100)]
state.runctx now retains bitwidth as cfg.curctx
Didn't test this out, but judging by the name of the variable this
should be a bugfix
Arun Prakash Jana [Wed, 10 Feb 2021 23:56:51 +0000 (05:26 +0530)]
Retain a way to return to start dir if file opened
Arun Prakash Jana [Tue, 9 Feb 2021 23:18:11 +0000 (04:48 +0530)]
Always prefer selection over current file
If you have selected some files, you intend to work on them. Also, this prompt
expects <kbd>c</kbd> / <kbd>s</kbd> which should cancel the next prompt in the
delete workflow. Rest of the three workflows are non-fatal.
Benefits of removing this option:
- code reduction
- one less step in the relevant workflows (more than one prompt feels dragged)
This prompt shows in the following workflows:
- delete: users have explicitly requested to prefer sel over current
- batch rename: key <kbd>^R</kbd> renames a single file
- archive: in most of the cases the user would want to archive the selection
- create sym/hard link: not a frequently used workflow (in general)
Arun Prakash Jana [Tue, 9 Feb 2021 22:54:40 +0000 (04:24 +0530)]
Clear selection after successful plugin invocation
Mischievous Meerkat [Tue, 9 Feb 2021 22:24:30 +0000 (03:54 +0530)]
Merge pull request #851 from Lucas-Summers/master
adding support for ueberzug into plugins/preview-tui
Lucas Summers [Tue, 9 Feb 2021 18:32:32 +0000 (10:32 -0800)]
fixed shellcheck errors for plugins/preview-tui
Lucas Summers [Tue, 9 Feb 2021 02:16:28 +0000 (18:16 -0800)]
integrated ueberzug into plugins/preview-tui
Arun Prakash Jana [Mon, 8 Feb 2021 01:43:16 +0000 (07:13 +0530)]
Fix indentation in helpstr
Mischievous Meerkat [Sun, 31 Jan 2021 02:55:05 +0000 (08:25 +0530)]
Merge pull request #849 from uvelichitel/master
Correct umount fusefs on FreeBSD. rel. issue #848
uvelichitel [Sat, 30 Jan 2021 21:47:09 +0000 (00:47 +0300)]
Correct umount fusefs on FreeBSD
Mischievous Meerkat [Mon, 18 Jan 2021 13:33:38 +0000 (19:03 +0530)]
Merge pull request #840 from freddii/master
fixed wrong spelled words
Arun Prakash Jana [Mon, 18 Jan 2021 13:29:59 +0000 (18:59 +0530)]
Fix #839
freddii [Mon, 18 Jan 2021 12:55:28 +0000 (13:55 +0100)]
fixed wrong spelled words
Mischievous Meerkat [Mon, 18 Jan 2021 10:45:30 +0000 (16:15 +0530)]
Merge pull request #839 from bagnacauda/wall_update
Updated wall plugin to the standard utility file
Simone [Mon, 18 Jan 2021 10:34:19 +0000 (11:34 +0100)]
Updated wall plugin to the standard utility file
Mischievous Meerkat [Wed, 13 Jan 2021 15:06:33 +0000 (20:36 +0530)]
Merge pull request #836 from KlzXS/makefile
Fix #835
KlzXS [Wed, 13 Jan 2021 14:13:07 +0000 (14:13 +0000)]
Fix #835
Robin Schneider [Wed, 6 Jan 2021 11:41:49 +0000 (12:41 +0100)]
Use HTTPS everywhere (mechanical edit using util from https-everywhere)
```Shell
~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
```
Ref: https://github.com/EFForg/https-everywhere/tree/master/utils/rewriter
Remove suspicious file
Arun Prakash Jana [Fri, 1 Jan 2021 15:24:22 +0000 (20:54 +0530)]
Update readme
Arun Prakash Jana [Mon, 28 Dec 2020 21:03:52 +0000 (02:33 +0530)]
Update copyright year
Mischievous Meerkat [Mon, 28 Dec 2020 01:47:11 +0000 (07:17 +0530)]
Merge pull request #822 from j0hnnybash/master
plugins: preview-tui: video thumbnails in preview-tui
johnnybash [Sun, 27 Dec 2020 18:27:11 +0000 (19:27 +0100)]
use trap to delete the temp files
johnnybash [Sat, 26 Dec 2020 13:16:12 +0000 (14:16 +0100)]
reuse image code, use more variables
johnnybash [Mon, 21 Dec 2020 15:24:18 +0000 (16:24 +0100)]
video thumbnails in preview-tui
Mischievous Meerkat [Fri, 18 Dec 2020 14:12:51 +0000 (19:42 +0530)]
Merge pull request #818 from 0xflotus/patch-1
fix: small error
0xflotus [Fri, 18 Dec 2020 13:42:22 +0000 (14:42 +0100)]
fix: small error
Arun Prakash Jana [Thu, 17 Dec 2020 03:15:41 +0000 (08:45 +0530)]
Specify compilers explicitly
Arun Prakash Jana [Thu, 17 Dec 2020 02:15:02 +0000 (07:45 +0530)]
Update docs
Mischievous Meerkat [Tue, 15 Dec 2020 20:45:35 +0000 (02:15 +0530)]
Merge pull request #816 from kyechou/master
Fix the same issue as #81 but with nuke
kyechou [Tue, 15 Dec 2020 20:14:18 +0000 (14:14 -0600)]
Fix the same issue as #81 but with nuke
Arun Prakash Jana [Tue, 15 Dec 2020 17:21:25 +0000 (22:51 +0530)]
Fix togglex: handle filenames with spaces
Arun Prakash Jana [Sat, 12 Dec 2020 15:23:00 +0000 (20:53 +0530)]
Minor plugin indentation update
Arun Prakash Jana [Sat, 12 Dec 2020 14:32:46 +0000 (20:02 +0530)]
Fix #813: plugin togglex - toggle exe mode for selection
Arun Prakash Jana [Sat, 12 Dec 2020 05:32:36 +0000 (11:02 +0530)]
Update docs
Arun Prakash Jana [Thu, 10 Dec 2020 16:20:01 +0000 (21:50 +0530)]
Fix #812: clear selection on single file deletion
Arun Prakash Jana [Wed, 9 Dec 2020 19:51:21 +0000 (01:21 +0530)]
Checkpatch fixes
Arun Prakash Jana [Sun, 6 Dec 2020 03:45:20 +0000 (09:15 +0530)]
Update docs
Arun Prakash Jana [Sat, 5 Dec 2020 17:03:09 +0000 (22:33 +0530)]
Update docs
Arun Prakash Jana [Sun, 29 Nov 2020 18:02:37 +0000 (23:32 +0530)]
Show tmp dir details in debug
Arun Prakash Jana [Sat, 28 Nov 2020 04:33:05 +0000 (10:03 +0530)]
Revert "use $VISUAL environment variable for plugins"
This reverts commit
9f3fbd93ce4a326ed6b08f84f5301e7d588444cd .
Arun Prakash Jana [Fri, 27 Nov 2020 12:59:04 +0000 (18:29 +0530)]
Remove obsolete options
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