1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-02-23 09:41:37 +00:00
Commit graph

484 commits

Author SHA1 Message Date
Arun Prakash Jana
315132b363
Happy Birthday nnn! 🍰 2020-04-13 09:01:09 +05:30
Arun Prakash Jana
f54d51c863
Change nav-as-you-type to type-to-nav 2020-04-12 22:39:14 +05:30
Arun Prakash Jana
36ae4b8250
Hover on dir and connect remote 2020-04-10 19:53:16 +05:30
Arun Prakash Jana
f93bb79de8
Update docs 2020-04-10 18:30:59 +05:30
Arun Prakash Jana
e5ba4f69bb
Update docs 2020-04-09 11:55:44 +05:30
Arun Prakash Jana
1014d941b1
Support only NO_COLOR, revert -C to disable color 2020-04-05 13:07:18 +05:30
lvgx
f14fb9c0f9
Add suport for "standard" NO_COLOR env variable ()
See https://no-color.org
2020-04-05 03:56:18 +02:00
Arun Prakash Jana
02c02c520d
Option -C to disable color 2020-04-05 05:53:46 +05:30
Arun Prakash Jana
eea1b5da7d
Update docs 2020-03-31 01:59:30 +05:30
Arun Prakash Jana
54d2580799
Add fortune to help 2020-03-30 09:09:11 +05:30
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 : 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 ()
* 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 : 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 : 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