Arun Prakash Jana
22ccf5e2e6
Support time type (access/change/mod) change
2020-03-28 09:20:14 +05:30
Arun Prakash Jana
5e8f0aec35
Add regex exclude example
2020-03-21 00:55:46 +05:30
Arun Prakash Jana
41f80f1f60
Key > to export file list
2020-03-20 23:46:58 +05:30
Arun Prakash Jana
0c55977465
Fix #496 : option -f to use readline history file
2020-03-20 22:24:49 +05:30
Arun Prakash Jana
f4786da9bc
Option -T obsoletes option -v
2020-03-18 02:41:30 +05:30
Arun Prakash Jana
85379a703b
Option -T to change default sort order
2020-03-18 02:35:05 +05:30
Arun Prakash Jana
a2c2332fc5
Update man page
2020-03-15 20:55:14 +05:30
Arun Prakash Jana
233b801131
Case-insensitive Ctrl-key handling, man page update
2020-03-11 09:50:26 +05:30
Arun Prakash Jana
bf89040ace
Case-insensitive Ctrl-key handling, man page update
2020-03-11 09:14:59 +05:30
lvgx
c9a17d80be
Add middle click copy ( #491 )
...
* Add middle click copy
* Make middle click action configurable
This introduces the NNN_MIDDLECLICK environment variable, containing the
key that middle mouse click emulates. Only the first character is read.
* Document NNN_MIDDLECLICK in nnn.1
* Use NNN_MCLICK instead of NNN_MIDDLECLICK
* Add '^key' syntax to set middle click to Ctrl+Key
2020-03-11 09:09:57 +05:30
Arun Prakash Jana
020619d2b8
Remove mention of Lead key
2020-03-05 00:20:51 +05:30
Arun Prakash Jana
88167511f6
Unlimited bookmarks and plugin keys
2020-02-28 19:23:57 +05:30
Arun Prakash Jana
b5339c2dc5
Update man page
2020-02-27 19:51:04 +05:30
Arun Prakash Jana
dd5b419742
Treat ~ as special shortcut in filterentries
2020-02-22 21:25:05 +05:30
Arun Prakash Jana
bc7a81921e
Prepare for release v3.0
2020-02-12 07:30:15 +05:30
Arun Prakash Jana
3d5815c5d1
Fix man
2020-02-09 05:40:24 +05:30
Arun Prakash Jana
43fc9890e8
When a file is edited, vim adds a \n at the end
2020-02-09 05:38:12 +05:30
Arun Prakash Jana
05ae384b2d
Document list files
2020-02-03 08:46:14 +05:30
Arun Prakash Jana
04d9b667ed
Remove redundant example
2020-02-02 13:47:42 +05:30
Arun Prakash Jana
6aed714347
Run GUI app as plugin
2020-01-30 23:41:19 +05:30
Arun Prakash Jana
4d01aa78ae
Shorten env vars
2020-01-18 21:05:44 +05:30
Arun Prakash Jana
64667b377d
Options -e and -t
...
Replaces the following environment variables:
- NNN_USE_EDITOR
- NNN_IDLE_TIMEOUT
2020-01-17 19:37:57 +05:30
Arun Prakash Jana
2c6fb0eefc
Use shorter lines in man page
2020-01-15 11:09:51 +05:30
Arun Prakash Jana
0222b75c2e
Use / to toggle string and regex
2020-01-15 10:05:19 +05:30
Arun Prakash Jana
73a2919b7e
Prepare for release v2.9
2020-01-15 09:42:23 +05:30
Arun Prakash Jana
69efec865a
List from selection file if nothing selected
2020-01-14 00:31:20 +05:30
Arun Prakash Jana
61e03e0961
Update docs
2020-01-12 19:38:15 +05:30
Arun Prakash Jana
99d15815f0
Use : for filter case
2020-01-11 21:49:35 +05:30
Arun Prakash Jana
70dcbf43d7
Toggle filter case-sensitivity
2020-01-11 16:12:34 +05:30
Arun Prakash Jana
8588b3f0bd
Support regex/substring filter switch
2020-01-11 11:38:31 +05:30
Arun Prakash Jana
7bf7894022
Use option -A to disable dir auto-select
2020-01-09 03:34:10 +05:30
Arun Prakash Jana
f92658f31e
Add examples of useful commands to run as plugin
2020-01-08 23:20:46 +05:30
Arun Prakash Jana
f90c37cd5e
Automagically handle archives
2019-12-29 23:21:18 +05:30
Arun Prakash Jana
e3e6e1671a
Keybind v for version sort
2019-12-28 11:15:38 +05:30
Arun Prakash Jana
1003c0f8fc
Option n - nav as you type, V - version sort
2019-12-25 22:33:38 +05:30
Arun Prakash Jana
06920d7d9d
Revert "Fix #420 : reduce Lead key to bookmark key"
...
This reverts commit 1ed5febe0c
.
2019-12-25 22:18:36 +05:30
Arun Prakash Jana
ffb0b0e3c2
Revert "Use b and ^B as bookmark key"
...
This reverts commit 278fcfdfc9
.
2019-12-25 22:18:09 +05:30
Arun Prakash Jana
278fcfdfc9
Use b and ^B as bookmark key
2019-12-25 14:37:51 +05:30
Arun Prakash Jana
1ed5febe0c
Fix #420 : reduce Lead key to bookmark key
2019-12-25 12:15:03 +05:30
Arun Prakash Jana
37988cf854
Program option to load session is now -s
...
- remove auto-stored session "@" on restore
- minor help update
2019-12-20 15:49:13 +05:30
Arun Prakash Jana
9725c17d20
Revert "Internal states, sessions changes"
...
This reverts commit cf388649b9
.
2019-12-20 15:30:53 +05:30
Arun Prakash Jana
cf388649b9
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
2019-12-19 08:45:26 +05:30
Arun Prakash Jana
208a6605f5
Fix #402
2019-12-14 23:28:13 +05:30
Arun Prakash Jana
95f530854d
remove program option -f
2019-12-14 20:25:23 +05:30
Arun Prakash Jana
04d10fc94b
Use string filters by default
2019-12-14 14:15:07 +05:30
Arun Prakash Jana
1f0f3fdf01
Update man
2019-12-14 00:17:16 +05:30
Arun Prakash Jana
fd8a8387b8
Add option to show noti and copy selection to system clipboard
2019-12-12 19:51:08 +05:30
Arun Prakash Jana
8d143bb87f
Disable partial regex errors
2019-12-10 18:37:10 +05:30
Arun Prakash Jana
bc025ceb5a
Fix regex for file extension
2019-12-09 23:41:25 +05:30
Arun Prakash Jana
77ebfff98b
Rename opener nplay to nuke
2019-12-08 20:27:06 +05:30