]> Sergey Matveev's repositories - nnn.git/log
nnn.git
4 years agoFix build error
Arun Prakash Jana [Sat, 21 Nov 2020 21:05:54 +0000 (02:35 +0530)]
Fix build error

4 years agoIntegrate GH CI, retire Travis
Mischievous Meerkat [Sat, 21 Nov 2020 20:34:35 +0000 (02:04 +0530)]
Integrate GH CI, retire Travis

4 years agoinotify is available only on Linux
Marco Grunert [Fri, 20 Nov 2020 18:02:26 +0000 (19:02 +0100)]
inotify is available only on Linux

4 years agoKey A to invert selection
Arun Prakash Jana [Thu, 19 Nov 2020 19:38:53 +0000 (01:08 +0530)]
Key A to invert selection

4 years agoLet ^L exit filter mode and redraw if no last filter
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

4 years agoFix #786: memccpy() detects buffer overlap on macOS
Arun Prakash Jana [Thu, 19 Nov 2020 04:07:18 +0000 (09:37 +0530)]
Fix #786: memccpy() detects buffer overlap on macOS

4 years agoShow msg on invalid list input, remove dep
Arun Prakash Jana [Wed, 18 Nov 2020 18:10:23 +0000 (23:40 +0530)]
Show msg on invalid list input, remove dep

4 years agoFix #784: support msys2 compilation
Arun Prakash Jana [Tue, 17 Nov 2020 22:37:03 +0000 (04:07 +0530)]
Fix #784: support msys2 compilation

4 years agoRevert to dev tag
Arun Prakash Jana [Tue, 17 Nov 2020 03:25:12 +0000 (08:55 +0530)]
Revert to dev tag

4 years agoPrepare for release v3.5 Freddie v3.5
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

4 years agoUpdate ToDo list link
Arun Prakash Jana [Sun, 15 Nov 2020 15:01:31 +0000 (20:31 +0530)]
Update ToDo list link

4 years agoAdd a useful tip.
Arun Prakash Jana [Sat, 14 Nov 2020 13:53:09 +0000 (19:23 +0530)]
Add a useful tip.

4 years agoUpdate docs
Arun Prakash Jana [Sat, 14 Nov 2020 08:16:24 +0000 (13:46 +0530)]
Update docs

4 years agoupx compress all static binaries before upload
Arun Prakash Jana [Sat, 14 Nov 2020 05:26:18 +0000 (10:56 +0530)]
upx compress all static binaries before upload

4 years agoUpdate help
Arun Prakash Jana [Sat, 14 Nov 2020 04:35:51 +0000 (10:05 +0530)]
Update help

4 years agoQ - error & quit if no selection, else pick & quit
Arun Prakash Jana [Fri, 13 Nov 2020 07:10:57 +0000 (12:40 +0530)]
Q - error & quit if no selection, else pick & quit

4 years agoUpdate docs
Arun Prakash Jana [Fri, 13 Nov 2020 06:27:34 +0000 (11:57 +0530)]
Update docs

4 years agoFix #777: input stream ishould trump -s/-S
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.

4 years agoUpdate plugin
Arun Prakash Jana [Thu, 12 Nov 2020 02:47:14 +0000 (08:17 +0530)]
Update plugin

4 years agoClean-up help
Arun Prakash Jana [Tue, 10 Nov 2020 14:42:49 +0000 (20:12 +0530)]
Clean-up help

4 years agoFix #775: quit on double Esc
Arun Prakash Jana [Tue, 10 Nov 2020 13:43:38 +0000 (19:13 +0530)]
Fix #775: quit on double Esc

4 years agoSkip rm invocation when no files to delete
Arun Prakash Jana [Mon, 9 Nov 2020 19:06:16 +0000 (00:36 +0530)]
Skip rm invocation when no files to delete

4 years agoUpdate plugin notes and table
Arun Prakash Jana [Sun, 8 Nov 2020 15:57:30 +0000 (21:27 +0530)]
Update plugin notes and table

4 years agoMerge pull request #765 from KlzXS/dups
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

4 years agoClear up which files are removed
KlzXS [Sun, 8 Nov 2020 12:20:36 +0000 (12:20 +0000)]
Clear up which files are removed

4 years agoWording
KlzXS [Sun, 8 Nov 2020 11:28:28 +0000 (11:28 +0000)]
Wording

4 years agosed fixes
KlzXS [Sat, 7 Nov 2020 22:39:34 +0000 (22:39 +0000)]
sed fixes

4 years agoFix shellchek error
KlzXS [Sat, 7 Nov 2020 12:58:48 +0000 (12:58 +0000)]
Fix shellchek error

4 years agoMinor changes
Arun Prakash Jana [Fri, 6 Nov 2020 02:32:13 +0000 (08:02 +0530)]
Minor changes

4 years agoAdd some prompts
KlzXS [Fri, 6 Nov 2020 00:07:01 +0000 (00:07 +0000)]
Add some prompts

4 years agoFix locker not invoked
Arun Prakash Jana [Thu, 5 Nov 2020 15:10:31 +0000 (20:40 +0530)]
Fix locker not invoked

4 years agomake target upx (https://upx.github.io/)
Arun Prakash Jana [Sun, 1 Nov 2020 18:31:28 +0000 (00:01 +0530)]
make target upx (https://upx.github.io/)

4 years agoUpdate README
Arun Prakash Jana [Sun, 1 Nov 2020 13:14:40 +0000 (18:44 +0530)]
Update README

4 years agoUpdate Haiku Makefile
Arun Prakash Jana [Sat, 31 Oct 2020 16:05:02 +0000 (21:35 +0530)]
Update Haiku Makefile

4 years agomake option O_NOUG to compile out user group info
Arun Prakash Jana [Sat, 31 Oct 2020 15:52:01 +0000 (21:22 +0530)]
make option O_NOUG to compile out user group info

4 years agoOption -U to show user and group in status bar
Arun Prakash Jana [Sat, 31 Oct 2020 15:17:07 +0000 (20:47 +0530)]
Option -U to show user and group in status bar

4 years agoMerge pull request #768 from voodoologic/master
Mischievous Meerkat [Sat, 31 Oct 2020 06:02:16 +0000 (11:32 +0530)]
Merge pull request #768 from voodoologic/master

Plugin readme improvement

4 years agoPlugin readme improvement
Doug Headley [Thu, 29 Oct 2020 23:35:41 +0000 (16:35 -0700)]
Plugin readme improvement

4 years agoUpdate doc
Arun Prakash Jana [Thu, 22 Oct 2020 18:35:12 +0000 (00:05 +0530)]
Update doc

4 years agoFix filenames with spaces not working
KlzXS [Wed, 21 Oct 2020 17:37:33 +0000 (17:37 +0000)]
Fix filenames with spaces not working

4 years agoModified dups to allow selecting files for removal
KlzXS [Wed, 21 Oct 2020 17:03:03 +0000 (17:03 +0000)]
Modified dups to allow selecting files for removal

4 years agoUpdate plugin
Arun Prakash Jana [Wed, 21 Oct 2020 05:19:04 +0000 (10:49 +0530)]
Update plugin

4 years agoSupport zoxide for jumping (#764)
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

4 years agoFix build break
Arun Prakash Jana [Tue, 20 Oct 2020 12:50:59 +0000 (18:20 +0530)]
Fix build break

4 years agoGenerate static binaries with icon support
Arun Prakash Jana [Tue, 20 Oct 2020 12:29:39 +0000 (17:59 +0530)]
Generate static binaries with icon support

4 years agoFix #763: Revert "Fix #759" (makes nnn hang when used in a script)
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.

4 years agoUpdate docs
Arun Prakash Jana [Sat, 17 Oct 2020 08:52:59 +0000 (14:22 +0530)]
Update docs

4 years agofix bookmarks plugin on empty output (#762)
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

4 years agoFix indentation
Arun Prakash Jana [Thu, 15 Oct 2020 02:38:50 +0000 (08:08 +0530)]
Fix indentation

4 years agoFix #759
Arun Prakash Jana [Thu, 15 Oct 2020 02:36:34 +0000 (08:06 +0530)]
Fix #759

4 years agofix fzf bookmarks plugin environment variable (#756)
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

4 years agoUdpate badge
Arun Prakash Jana [Mon, 12 Oct 2020 12:00:17 +0000 (17:30 +0530)]
Udpate badge

4 years agodocs: fix simple typo: sdtout -> stdout (#755)
Tim Gates [Mon, 12 Oct 2020 09:32:58 +0000 (20:32 +1100)]
docs: fix simple typo: sdtout -> stdout (#755)

4 years agoUpdate docs
Arun Prakash Jana [Sun, 11 Oct 2020 08:35:50 +0000 (14:05 +0530)]
Update docs

4 years agoFix #739 #753
Arun Prakash Jana [Sat, 10 Oct 2020 02:08:57 +0000 (07:38 +0530)]
Fix #739 #753

4 years agoFix #750: add more clarity to unmount help
Arun Prakash Jana [Thu, 8 Oct 2020 00:03:22 +0000 (05:33 +0530)]
Fix #750: add more clarity to unmount help

4 years agoUpdate issue template
Arun Prakash Jana [Wed, 7 Oct 2020 13:22:52 +0000 (18:52 +0530)]
Update issue template

4 years agoUpdate docs
Arun Prakash Jana [Sat, 3 Oct 2020 10:06:51 +0000 (15:36 +0530)]
Update docs

4 years agoFix #741
Arun Prakash Jana [Fri, 2 Oct 2020 03:11:09 +0000 (08:41 +0530)]
Fix #741

4 years agoUpdate docs
Arun Prakash Jana [Thu, 1 Oct 2020 11:14:37 +0000 (16:44 +0530)]
Update docs

4 years agoUpdate docs
Arun Prakash Jana [Wed, 30 Sep 2020 17:01:52 +0000 (22:31 +0530)]
Update docs

4 years agoUpdate docs
Arun Prakash Jana [Tue, 29 Sep 2020 18:59:27 +0000 (00:29 +0530)]
Update docs

4 years agoUpdate README.md
Mischievous Meerkat [Tue, 29 Sep 2020 17:23:31 +0000 (22:53 +0530)]
Update README.md

4 years agoFix indentation
Arun Prakash Jana [Tue, 29 Sep 2020 14:43:17 +0000 (20:13 +0530)]
Fix indentation

4 years agoMerge remote-tracking branch 'origin/fix-rollover-bug'
Arun Prakash Jana [Tue, 29 Sep 2020 14:37:48 +0000 (20:07 +0530)]
Merge remote-tracking branch 'origin/fix-rollover-bug'

4 years agoFix rollover bug (#747)
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

4 years agoStyle fix
lvgx [Tue, 29 Sep 2020 14:22:49 +0000 (16:22 +0200)]
Style fix

4 years agoSnap to edges in no rollover multiline scroll mode
lvgx [Tue, 29 Sep 2020 14:13:57 +0000 (16:13 +0200)]
Snap to edges in no rollover multiline scroll mode

4 years agoFix rollover bug
lvgx [Tue, 29 Sep 2020 13:41:22 +0000 (15:41 +0200)]
Fix rollover bug

Fixes #743

4 years agoUpdate docs
Arun Prakash Jana [Mon, 28 Sep 2020 19:34:31 +0000 (01:04 +0530)]
Update docs

4 years agoFix #744
Arun Prakash Jana [Mon, 28 Sep 2020 16:43:33 +0000 (22:13 +0530)]
Fix #744

4 years agoUse inline for once-used function
Arun Prakash Jana [Sat, 26 Sep 2020 17:47:25 +0000 (23:17 +0530)]
Use inline for once-used function

4 years agoFix #740
Arun Prakash Jana [Sat, 26 Sep 2020 17:34:27 +0000 (23:04 +0530)]
Fix #740

4 years agoLet buffer for current path be auto-allocated
Arun Prakash Jana [Fri, 25 Sep 2020 19:19:33 +0000 (00:49 +0530)]
Let buffer for current path be auto-allocated

4 years agoRange selection: replace ^K by ^Space
Arun Prakash Jana [Thu, 24 Sep 2020 12:02:49 +0000 (17:32 +0530)]
Range selection: replace ^K by ^Space

4 years agomake option O_NOSSN to compile out session
Arun Prakash Jana [Sun, 20 Sep 2020 06:43:00 +0000 (12:13 +0530)]
make option O_NOSSN to compile out session

4 years agopreview-tabbed will now exit with ^C (#734)
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

4 years agoFix #728
Arun Prakash Jana [Fri, 18 Sep 2020 15:15:47 +0000 (20:45 +0530)]
Fix #728

4 years agoFix #735
Arun Prakash Jana [Fri, 18 Sep 2020 15:03:21 +0000 (20:33 +0530)]
Fix #735

4 years agoColor for vtt sub icons
Arun Prakash Jana [Fri, 18 Sep 2020 00:26:31 +0000 (05:56 +0530)]
Color for vtt sub icons

4 years agoColor more doc type icons
Arun Prakash Jana [Fri, 18 Sep 2020 00:24:44 +0000 (05:54 +0530)]
Color more doc type icons

4 years agoRevert "Update image"
Arun Prakash Jana [Thu, 17 Sep 2020 01:35:47 +0000 (07:05 +0530)]
Revert "Update image"

This reverts commit 01455b3d3a08bd58161e639dd9103bc01ca01cb5.

4 years agoUpdate image
Arun Prakash Jana [Thu, 17 Sep 2020 01:28:53 +0000 (06:58 +0530)]
Update image

4 years agoFix #730
Arun Prakash Jana [Tue, 15 Sep 2020 13:36:22 +0000 (19:06 +0530)]
Fix #730

4 years agosxiv automatically plays animations (part2) (#732)
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

4 years agomake sxiv automatically play animations (#731)
Toni Jarjour [Mon, 14 Sep 2020 17:01:32 +0000 (13:01 -0400)]
make sxiv automatically play animations (#731)

4 years agoAdd nerdfont defs file and normalize vars (#722)
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

4 years agoUpdate docs
Arun Prakash Jana [Sun, 13 Sep 2020 16:06:12 +0000 (21:36 +0530)]
Update docs

4 years agoUpdate tagline
Arun Prakash Jana [Thu, 10 Sep 2020 21:43:08 +0000 (03:13 +0530)]
Update tagline

4 years agoFix #724
Arun Prakash Jana [Tue, 8 Sep 2020 19:47:20 +0000 (01:17 +0530)]
Fix #724

4 years agoMerge pull request #725 from 0xACE/previewtab-no-one-left-behind
Mischievous Meerkat [Tue, 8 Sep 2020 19:25:17 +0000 (00:55 +0530)]
Merge pull request #725 from 0xACE/previewtab-no-one-left-behind

preview-tabbed now kills lingering viewer

4 years agopreview-tabbed now kills lingering viewer
0xACE [Tue, 8 Sep 2020 11:17:10 +0000 (13:17 +0200)]
preview-tabbed now kills lingering viewer

4 years agoUpdate docs
Arun Prakash Jana [Sun, 6 Sep 2020 09:08:11 +0000 (14:38 +0530)]
Update docs

4 years agoHonor -C for context colors
Arun Prakash Jana [Sun, 6 Sep 2020 00:22:25 +0000 (05:52 +0530)]
Honor -C for context colors

4 years agoUpdate docs
Arun Prakash Jana [Sat, 5 Sep 2020 02:10:04 +0000 (07:40 +0530)]
Update docs

4 years agoUpdate docs
Arun Prakash Jana [Wed, 2 Sep 2020 16:31:30 +0000 (22:01 +0530)]
Update docs

4 years agoAd instruction on reserved bitfield
Arun Prakash Jana [Tue, 1 Sep 2020 20:06:56 +0000 (01:36 +0530)]
Ad instruction on reserved bitfield

4 years agoUpdate auto-completion scripts
Arun Prakash Jana [Tue, 1 Sep 2020 17:36:26 +0000 (23:06 +0530)]
Update auto-completion scripts

4 years agoOption -D to show dirs in context color
Arun Prakash Jana [Tue, 1 Sep 2020 17:24:43 +0000 (22:54 +0530)]
Option -D to show dirs in context color

4 years agoAdd option to not move to next entry on select (#713)
FriendlyNeighborhoodShane [Sat, 29 Aug 2020 23:55:08 +0000 (05:25 +0530)]
Add option to not move to next entry on select (#713)