]> Sergey Matveev's repositories - nnn.git/log
nnn.git
5 years agoUse a shorter width param
Arun Prakash Jana [Wed, 1 Jan 2020 21:32:53 +0000 (03:02 +0530)]
Use a shorter width param

5 years agoAdd Desktop Opener for Haiku (#425)
CodeforEvolution [Wed, 1 Jan 2020 21:10:50 +0000 (15:10 -0600)]
Add Desktop Opener for Haiku (#425)

You guys almost forgot this. Hope this helps! ;)

5 years agoUpdate docs
Arun Prakash Jana [Tue, 31 Dec 2019 18:54:13 +0000 (00:24 +0530)]
Update docs

5 years agoUpdate copyright year
Arun Prakash Jana [Tue, 31 Dec 2019 17:11:25 +0000 (22:41 +0530)]
Update copyright year

5 years agoFix 2 archive handling issues
Arun Prakash Jana [Tue, 31 Dec 2019 15:39:40 +0000 (21:09 +0530)]
Fix 2 archive handling issues

- when an archive is mounted, jump into the mount point
- while archiving the hovered file, exit if the archive name is same

5 years agoOn the fly dist generation
Arun Prakash Jana [Sun, 29 Dec 2019 19:52:21 +0000 (01:22 +0530)]
On the fly dist generation

5 years agoMake showsel print warning when nothing is selected (#423)
Maxim Baz [Sun, 29 Dec 2019 19:04:39 +0000 (20:04 +0100)]
Make showsel print warning when nothing is selected (#423)

5 years agoDrop ^T, no reload after empty cmd at prompt
Arun Prakash Jana [Sun, 29 Dec 2019 19:03:34 +0000 (00:33 +0530)]
Drop ^T, no reload after empty cmd at prompt

5 years agoShow context numbers in help
Arun Prakash Jana [Sun, 29 Dec 2019 18:36:49 +0000 (00:06 +0530)]
Show context numbers in help

5 years agoFix build break
Arun Prakash Jana [Sun, 29 Dec 2019 18:16:48 +0000 (23:46 +0530)]
Fix build break

5 years agoGet version string from source
Arun Prakash Jana [Sun, 29 Dec 2019 18:13:09 +0000 (23:43 +0530)]
Get version string from source

5 years agoAutomagically handle archives
Arun Prakash Jana [Sun, 29 Dec 2019 17:51:18 +0000 (23:21 +0530)]
Automagically handle archives

5 years agoCode refactor
Arun Prakash Jana [Sun, 29 Dec 2019 12:28:48 +0000 (17:58 +0530)]
Code refactor

5 years agoRetire execute file
Arun Prakash Jana [Sun, 29 Dec 2019 03:37:58 +0000 (09:07 +0530)]
Retire execute file

There is no way to detect and handle GUI executables. Must run manually.

5 years agoFix #420: simplify bookmarking, retire lead key
Arun Prakash Jana [Sat, 28 Dec 2019 19:08:03 +0000 (00:38 +0530)]
Fix #420: simplify bookmarking, retire lead key

5 years agoKeybind v for version sort
Arun Prakash Jana [Sat, 28 Dec 2019 05:45:38 +0000 (11:15 +0530)]
Keybind v for version sort

5 years agoRefactor help
Arun Prakash Jana [Sat, 28 Dec 2019 04:45:11 +0000 (10:15 +0530)]
Refactor help

5 years agoRefactor help
Arun Prakash Jana [Sat, 28 Dec 2019 04:26:54 +0000 (09:56 +0530)]
Refactor help

5 years agoGet nnn compile and run on Haiku (#403)
Anna Arad [Fri, 27 Dec 2019 18:02:20 +0000 (19:02 +0100)]
Get nnn compile and run on Haiku (#403)

* Add support for Haiku OS

* Adjust DISTFILES and dist rule in haiku

5 years agoRefactor help
Arun Prakash Jana [Fri, 27 Dec 2019 16:37:11 +0000 (22:07 +0530)]
Refactor help

5 years agoCode refactor
Arun Prakash Jana [Fri, 27 Dec 2019 15:52:27 +0000 (21:22 +0530)]
Code refactor

5 years agoCode refactor
Arun Prakash Jana [Fri, 27 Dec 2019 13:24:30 +0000 (18:54 +0530)]
Code refactor

5 years agoRefactor plugin handling
Arun Prakash Jana [Fri, 27 Dec 2019 07:49:23 +0000 (13:19 +0530)]
Refactor plugin handling

5 years agoFix: save last hovered filename in cur context post arrow movement
Arun Prakash Jana [Fri, 27 Dec 2019 05:34:05 +0000 (11:04 +0530)]
Fix: save last hovered filename in cur context post arrow movement

5 years agoCode refactor
Arun Prakash Jana [Fri, 27 Dec 2019 04:43:48 +0000 (10:13 +0530)]
Code refactor

5 years agoCode refactor
Arun Prakash Jana [Fri, 27 Dec 2019 03:56:20 +0000 (09:26 +0530)]
Code refactor

5 years agoRefactor cur or sel confirmation
Arun Prakash Jana [Thu, 26 Dec 2019 15:03:01 +0000 (20:33 +0530)]
Refactor cur or sel confirmation

5 years agoRefactor context selection
Arun Prakash Jana [Thu, 26 Dec 2019 14:07:48 +0000 (19:37 +0530)]
Refactor context selection

5 years agoUse test and set in frequent keys
Arun Prakash Jana [Thu, 26 Dec 2019 12:24:58 +0000 (17:54 +0530)]
Use test and set in frequent keys

5 years agoExperimental: clear filter on dir reload and retain name
Arun Prakash Jana [Thu, 26 Dec 2019 07:04:01 +0000 (12:34 +0530)]
Experimental: clear filter on dir reload and retain name

5 years agoRetain filter on keys up and down
Arun Prakash Jana [Thu, 26 Dec 2019 04:41:05 +0000 (10:11 +0530)]
Retain filter on keys up and down

5 years agoRevert "Retain filters when context keys are used from filter prompt"
Arun Prakash Jana [Wed, 25 Dec 2019 17:26:59 +0000 (22:56 +0530)]
Revert "Retain filters when context keys are used from filter prompt"

This reverts commit d9da85a3654be58b362c1967d876893b28ba6aa6.

5 years agoOption n - nav as you type, V - version sort
Arun Prakash Jana [Wed, 25 Dec 2019 17:03:38 +0000 (22:33 +0530)]
Option n - nav as you type, V - version sort

5 years agoRevert "Fix #420: reduce Lead key to bookmark key"
Arun Prakash Jana [Wed, 25 Dec 2019 16:48:36 +0000 (22:18 +0530)]
Revert "Fix #420: reduce Lead key to bookmark key"

This reverts commit 1ed5febe0c298cc932a2127b8ba061fe941ea379.

5 years agoRevert "Update help"
Arun Prakash Jana [Wed, 25 Dec 2019 16:48:24 +0000 (22:18 +0530)]
Revert "Update help"

This reverts commit 89a158b9f42decbd9e5c8f4a0d5f3a63270b37dd.

5 years agoRevert "Use b and ^B as bookmark key"
Arun Prakash Jana [Wed, 25 Dec 2019 16:48:09 +0000 (22:18 +0530)]
Revert "Use b and ^B as bookmark key"

This reverts commit 278fcfdfc930ff32f3159e84facec79165019570.

5 years agoRevert "Use a fixed key , for pinning dir"
Arun Prakash Jana [Wed, 25 Dec 2019 16:47:50 +0000 (22:17 +0530)]
Revert "Use a fixed key , for pinning dir"

This reverts commit 4d17b82950907727550d8e1ab2f608a4974c8c62.

5 years agoUse a fixed key , for pinning dir
Arun Prakash Jana [Wed, 25 Dec 2019 10:26:50 +0000 (15:56 +0530)]
Use a fixed key , for pinning dir

5 years agoUse b and ^B as bookmark key
Arun Prakash Jana [Wed, 25 Dec 2019 09:07:51 +0000 (14:37 +0530)]
Use b and ^B as bookmark key

5 years agoUpdate help
Arun Prakash Jana [Wed, 25 Dec 2019 07:04:45 +0000 (12:34 +0530)]
Update help

5 years agoFix #420: reduce Lead key to bookmark key
Arun Prakash Jana [Wed, 25 Dec 2019 06:45:03 +0000 (12:15 +0530)]
Fix #420: reduce Lead key to bookmark key

5 years agoRetain filters when context keys are used from filter prompt
Arun Prakash Jana [Wed, 25 Dec 2019 03:22:37 +0000 (08:52 +0530)]
Retain filters when context keys are used from filter prompt

5 years agoUse file.io to ipload files
Arun Prakash Jana [Tue, 24 Dec 2019 05:41:39 +0000 (11:11 +0530)]
Use file.io to ipload files

5 years agoSet flags for OS-es without dp-type.
Arun Prakash Jana [Mon, 23 Dec 2019 14:44:03 +0000 (20:14 +0530)]
Set flags for OS-es without dp-type.

5 years agoUpdate docs
Arun Prakash Jana [Sun, 22 Dec 2019 03:06:37 +0000 (08:36 +0530)]
Update docs

5 years agoHandle more audio types by file extension
Arun Prakash Jana [Sat, 21 Dec 2019 20:36:20 +0000 (02:06 +0530)]
Handle more audio types by file extension

5 years agoUse CLI flags spawning CLI opener as default FM
Arun Prakash Jana [Sat, 21 Dec 2019 17:08:35 +0000 (22:38 +0530)]
Use CLI flags spawning CLI opener as default FM

5 years agoShow message on invalid key
Arun Prakash Jana [Sat, 21 Dec 2019 04:33:05 +0000 (10:03 +0530)]
Show message on invalid key

5 years agoUpdate docs: use direct repology url
Arun Prakash Jana [Sat, 21 Dec 2019 01:54:01 +0000 (07:24 +0530)]
Update docs: use direct repology url

5 years agoUpdate plugin docs
Arun Prakash Jana [Sat, 21 Dec 2019 00:34:04 +0000 (06:04 +0530)]
Update plugin docs

5 years agoImprovements for distribution (#417)
Maxim Baz [Fri, 20 Dec 2019 23:32:39 +0000 (00:32 +0100)]
Improvements for distribution (#417)

* Don't pack sources (github does it better), sign sources

* Make CircleCI generate the same git archive as Github, return make dist

* Revert make clean too

* Upload signature to Github release

* Read Github token from an env variable

5 years agonuke: guard against opening risky file types
Arun Prakash Jana [Fri, 20 Dec 2019 16:19:03 +0000 (21:49 +0530)]
nuke: guard against opening risky file types

5 years agoReplace bools for binary states with an uchar
Arun Prakash Jana [Fri, 20 Dec 2019 10:31:35 +0000 (16:01 +0530)]
Replace bools for binary states with an uchar

5 years agoProgram option to load session is now `-s`
Arun Prakash Jana [Fri, 20 Dec 2019 10:19:13 +0000 (15:49 +0530)]
Program option to load session is now `-s`

- remove auto-stored session "@" on restore
- minor help update

5 years agoRevert "Internal states, sessions changes"
Arun Prakash Jana [Fri, 20 Dec 2019 10:00:53 +0000 (15:30 +0530)]
Revert "Internal states, sessions changes"

This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737.

5 years agoMechanism to skip dir refresh after running plugin
Arun Prakash Jana [Fri, 20 Dec 2019 06:23:42 +0000 (11:53 +0530)]
Mechanism to skip dir refresh after running plugin

5 years agoRevert "Prefer NNN_USE_EDITOR over opener (option )"
Arun Prakash Jana [Thu, 19 Dec 2019 21:21:25 +0000 (02:51 +0530)]
Revert "Prefer NNN_USE_EDITOR over opener (option )"

This reverts commit 7f3d2c10aaabee34cfda435c199335f023215fba.

5 years agoUpdate docs
Arun Prakash Jana [Thu, 19 Dec 2019 19:05:58 +0000 (00:35 +0530)]
Update docs

5 years agoPrefer NNN_USE_EDITOR over opener (option )
Arun Prakash Jana [Thu, 19 Dec 2019 18:31:50 +0000 (00:01 +0530)]
Prefer NNN_USE_EDITOR over opener (option )

5 years agoShow 'invalid key' prompt in more places (#415)
Maxim Baz [Thu, 19 Dec 2019 13:11:30 +0000 (14:11 +0100)]
Show 'invalid key' prompt in more places (#415)

5 years agoSimplify QuitCD scripts
Arun Prakash Jana [Thu, 19 Dec 2019 13:03:27 +0000 (18:33 +0530)]
Simplify QuitCD scripts

5 years agoInternal states, sessions changes
Arun Prakash Jana [Thu, 19 Dec 2019 03:07:17 +0000 (08:37 +0530)]
Internal states, sessions changes

- replace bools for internal non-persistent binary states with an uchar
- do not store path to session, derive from config path in tmp buffer
- program option to load session is not `-s`
- remove auto-stored session "@" on restore
- minor help update

5 years agoUse single API for nftw
Arun Prakash Jana [Wed, 18 Dec 2019 20:23:11 +0000 (01:53 +0530)]
Use single API for nftw

5 years agoFix typos in help
Arun Prakash Jana [Wed, 18 Dec 2019 18:18:19 +0000 (23:48 +0530)]
Fix typos in help

5 years agoFix cmd as plugin showing prompt on playing twice
Arun Prakash Jana [Wed, 18 Dec 2019 16:57:23 +0000 (22:27 +0530)]
Fix cmd as plugin showing prompt on playing twice

5 years agoMinor improvements
Arun Prakash Jana [Wed, 18 Dec 2019 16:23:18 +0000 (21:53 +0530)]
Minor improvements

- reduce 4 spaces between help columns as it's too wide for handhelds
- support `]` as prompt in nav-as-you-type-mode when filter is empty
- update plugin docs

5 years agoUser control to disable prompt after run cmd as plugin
Arun Prakash Jana [Tue, 17 Dec 2019 15:25:17 +0000 (20:55 +0530)]
User control to disable prompt after run cmd as plugin

5 years agoFix fprint format args (#410)
Maxim Baz [Tue, 17 Dec 2019 10:42:16 +0000 (11:42 +0100)]
Fix fprint format args (#410)

Since 75061367bed957677a7f15ae5247f771530b24b7 we only need to fill one %c

5 years agoReduce one space
Arun Prakash Jana [Tue, 17 Dec 2019 03:05:42 +0000 (08:35 +0530)]
Reduce one space

5 years agoNotify invalid keypress at bookmark and plugin key input
Arun Prakash Jana [Tue, 17 Dec 2019 01:43:50 +0000 (07:13 +0530)]
Notify invalid keypress at bookmark and plugin key input

5 years agoShow prompt for bookmark selection (#409)
Maxim Baz [Tue, 17 Dec 2019 01:36:40 +0000 (02:36 +0100)]
Show prompt for bookmark selection (#409)

* Cleanup unused MSG_

* Print only plugin keys

* Speed up preparing keys prompt

* Show prompt for bookmarks

* Don't error when user interactively pressed non-existent bookmark key

5 years agoUse a combo to parse help string
Arun Prakash Jana [Tue, 17 Dec 2019 01:06:10 +0000 (06:36 +0530)]
Use a combo to parse help string

5 years agoMake help page more readable (#408)
Maxim Baz [Mon, 16 Dec 2019 23:35:58 +0000 (00:35 +0100)]
Make help page more readable (#408)

* Make help page more readable

* Always use 2 columns only

5 years agoIndicate when range selection and plugin picker are waiting for input (#406)
Maxim Baz [Mon, 16 Dec 2019 23:07:48 +0000 (00:07 +0100)]
Indicate when range selection and plugin picker are waiting for input (#406)

* Use [1:*] as indicator that range selection is in progress

* Fix review comments

* Add prompt for plugin selection

5 years agoUpdate docs
Arun Prakash Jana [Mon, 16 Dec 2019 00:25:15 +0000 (05:55 +0530)]
Update docs

5 years agoFix #402
Arun Prakash Jana [Sat, 14 Dec 2019 17:58:13 +0000 (23:28 +0530)]
Fix #402

5 years agoUpdate docs
Arun Prakash Jana [Sat, 14 Dec 2019 15:59:52 +0000 (21:29 +0530)]
Update docs

5 years agoremove program option -f
Arun Prakash Jana [Sat, 14 Dec 2019 14:54:42 +0000 (20:24 +0530)]
remove program option -f

5 years agoremove / as additional lead key when filter is on
Arun Prakash Jana [Sat, 14 Dec 2019 14:24:13 +0000 (19:54 +0530)]
remove / as additional lead key when filter is on

5 years agoUpdate docs
Arun Prakash Jana [Sat, 14 Dec 2019 13:30:09 +0000 (19:00 +0530)]
Update docs

5 years agoUse string filters by default
Arun Prakash Jana [Sat, 14 Dec 2019 08:36:00 +0000 (14:06 +0530)]
Use string filters by default

5 years agoUpdate man
Arun Prakash Jana [Fri, 13 Dec 2019 18:47:16 +0000 (00:17 +0530)]
Update man

5 years agoUpdate docs
Arun Prakash Jana [Fri, 13 Dec 2019 13:52:19 +0000 (19:22 +0530)]
Update docs

5 years agoFix opening image with sxiv
Arun Prakash Jana [Fri, 13 Dec 2019 03:03:02 +0000 (08:33 +0530)]
Fix opening image with sxiv

5 years agoMinor edits
Arun Prakash Jana [Thu, 12 Dec 2019 20:44:37 +0000 (02:14 +0530)]
Minor edits

5 years agoSimplify selection
Arun Prakash Jana [Thu, 12 Dec 2019 20:27:58 +0000 (01:57 +0530)]
Simplify selection

Update the selection buffer and file in-place:
- Append file path when one is added.
- Remember the last position in selection buffer at which the next filename
  is to be appended when a directory/context change happens (lastappendpos).
  So in case of a de-selection we can go back to that position and scan all
  the entries to add only the ones which are selected.

5 years agoSync file paths correctly for clipboard copy
Arun Prakash Jana [Thu, 12 Dec 2019 19:06:30 +0000 (00:36 +0530)]
Sync file paths correctly for clipboard copy

5 years agoEnd selmode and update selection on dir changes
Arun Prakash Jana [Thu, 12 Dec 2019 16:07:39 +0000 (21:37 +0530)]
End selmode and update selection on dir changes

5 years agoUpdate selection when context changed on mouse click
Arun Prakash Jana [Thu, 12 Dec 2019 15:59:48 +0000 (21:29 +0530)]
Update selection when context changed on mouse click

5 years agoFix build break
Arun Prakash Jana [Thu, 12 Dec 2019 14:41:31 +0000 (20:11 +0530)]
Fix build break

5 years agoAdd option to show noti and copy selection to system clipboard
Arun Prakash Jana [Thu, 12 Dec 2019 14:21:08 +0000 (19:51 +0530)]
Add option  to show noti and copy selection to system clipboard

5 years agoAdd plugin to show notification
Arun Prakash Jana [Wed, 11 Dec 2019 19:26:39 +0000 (00:56 +0530)]
Add plugin to show notification

5 years agoOperation completion notification
Arun Prakash Jana [Wed, 11 Dec 2019 17:23:03 +0000 (22:53 +0530)]
Operation completion notification

5 years agoReformat help
Arun Prakash Jana [Wed, 11 Dec 2019 14:56:11 +0000 (20:26 +0530)]
Reformat help

5 years agoRemove redundant key for first file
Arun Prakash Jana [Wed, 11 Dec 2019 14:36:12 +0000 (20:06 +0530)]
Remove redundant key for first file

5 years agoReformat help, remove redundant plugin key
Arun Prakash Jana [Wed, 11 Dec 2019 13:53:54 +0000 (19:23 +0530)]
Reformat help, remove redundant plugin key

5 years agoFix not properly checking if file is selected (#401)
KlzXS [Tue, 10 Dec 2019 20:04:17 +0000 (21:04 +0100)]
Fix not properly checking if file is selected (#401)

5 years agoAdd m4a files
Arun Prakash Jana [Tue, 10 Dec 2019 17:26:00 +0000 (22:56 +0530)]
Add m4a files

5 years agoPR #399: add autojump plugin
Arun Prakash Jana [Tue, 10 Dec 2019 16:59:15 +0000 (22:29 +0530)]
PR #399: add autojump plugin

5 years agoFix #400: several selection issues in v2.8.1
Arun Prakash Jana [Tue, 10 Dec 2019 15:18:27 +0000 (20:48 +0530)]
Fix #400: several selection issues in v2.8.1