Arun Prakash Jana
389180d139
Change env var name
6年前
Arun Prakash Jana
098c2acb27
Support substring match in filter mode
6年前
Arun Prakash Jana
08520ac80e
Rename config env var
6年前
Arun Prakash Jana
5df41255b2
Fix #187
It seems the behaviour of the default opener (xdg-open) varies across platforms
and environments. Details are documented in the issue. To prevent an empty file
from being accidentally opened leading to unexpected behaviour, we are adding a
guard with the message that the empty file should be opened using edit or open
option.
6年前
Arun Prakash Jana
03ea2252b2
Document prompt clear and exit behaviour
6年前
Arun Prakash Jana
98fd5755d1
Map ^V to run custom script
6年前
Arun Prakash Jana
e87ff1129c
Fix #179
6年前
Arun Prakash Jana
f9860f1c7f
Prepare for release v2.2
6年前
Arun Prakash Jana
cc34b977da
Use run a command to launch apps
6年前
Arun Prakash Jana
94ae45b391
handle script dir with NNN_SCRIPT
6年前
Arun Prakash Jana
e7b1215a20
Support run a command
6年前
Arun Prakash Jana
277df1c5a1
Update man page
6年前
Arun Prakash Jana
cba1aec8d4
Reformat program help
6年前
Arun Prakash Jana
08cfcfea59
Support run file as executable
6年前
Arun Prakash Jana
2d8afc8de7
Support launching cli utility too
6年前
Arun Prakash Jana
b59a21b57e
Handle argument ordering in spawn()
6年前
Arun Prakash Jana
4de4298ffd
Map ^I to context cycle
6年前
Arun Prakash Jana
36b7b433f9
Per-context directory color
6年前
Arun Prakash Jana
4c576cfded
Update docs
6年前
Arun Prakash Jana
8735f1691a
Support TAB to cycle contexts
6年前
Arun Prakash Jana
d2c7a5a7cb
Update docs
6年前
Arun Prakash Jana
5b42d9d8ea
Update copier script and docs
6年前
Arun Prakash Jana
0afb792291
Fix #156 : Support selection across directories, contexts
6年前
Arun Prakash Jana
c0b9703831
Fix #147 : support one argument to editor
6年前
Arun Prakash Jana
0a21d90ad5
Fix #143 : support copy to clipboard
6年前
Arun Prakash Jana
28eb6a6312
Use keybind ^T to go to next context
6年前
Arun Prakash Jana
338b3be707
Remove file path quoting
6年前
Arun Prakash Jana
06ff738b4c
Use ^B to go to next context
6年前
Arun Prakash Jana
7db777756f
Option to disable file open on Right and `l`
6年前
Arun Prakash Jana
9e974be3dd
Add option -p for file picker
6年前
Arun Prakash Jana
f71dc87e0c
Prepare for release v2.1
6年前
Arun Prakash Jana
7288f6a713
Update help screen
6年前
Arun Prakash Jana
82fbf19803
Add `Y` as selection keybind
6年前
Tim Chase
bd9f86ad4e
Remove redundant "export" from man page
6年前
Arun Prakash Jana
80371258a1
Switch X and ^X key functionality
6年前
Arun Prakash Jana
229b1eba91
Use ^W to visit pinned directory.
Turns out ^B is also intercepted by Windows.
6年前
Arun Prakash Jana
ff0999b801
Change visit pinned dir key to ^B.
^V does not work while working on Windows. It is intercepted as paste.
6年前
Arun Prakash Jana
784ed6fefe
Use the term Leader key
6年前
Arun Prakash Jana
81380ff8d4
Use ^B as the Leader key
6年前
Arun Prakash Jana
642af4667c
Update docs
6年前
Arun Prakash Jana
ede3e0830e
Reformat program help
6年前
Arun Prakash Jana
f41ed544d5
Document native cp, mv, rm
6年前
Arun Prakash Jana
598bf63686
List copy buffer if valid
6年前
Arun Prakash Jana
497911e999
Retire nlay
6年前
Arun Prakash Jana
e8eeff9b3d
Introduce key prompt
6年前
Arun Prakash Jana
8a9319fb79
Support key q for context quit
6年前
Arun Prakash Jana
fe9e8a62bf
Update docs on contexts
6年前
Arun Prakash Jana
99a9d63ee7
GUI app launcher mode with 'o'.
Removed file manager and desktop search keys.
Both can be launched with launcher key.
6年前
Arun Prakash Jana
c174e32c06
Retire NNN_NO_X and make the behaviour default
6年前
Arun Prakash Jana
3cf81482a4
Retire chdir prompt
6年前