Arun Prakash Jana
8ff56d2c74
Support link creation
6年前
Arun Prakash Jana
a8234f26e8
Combine navigation case
6年前
Arun Prakash Jana
c400a19268
Combine cases
SEL_CDHOME, SEL_CDBEGIN, SEL_CDLAST, SEL_VISIT
6年前
Arun Prakash Jana
366f49e6b3
Take notes with N
6年前
Arun Prakash Jana
772619527f
Remove key Backspace
6年前
Arun Prakash Jana
5f581ff20a
Key N to switch to context N
6年前
Arun Prakash Jana
5e4810b382
Remove keys ^, $
6年前
Arun Prakash Jana
91a31dc61d
Use a more sensible var name
6年前
Arun Prakash Jana
867266431f
Code refactor
6年前
Arun Prakash Jana
aa7f5256c4
Code reformat
6年前
Arun Prakash Jana
bf6419d6af
Use a concise help
6年前
Arun Prakash Jana
63f5abd054
CURSYM is redundant in detail mode
6年前
Arun Prakash Jana
339fcd83f0
Code reformat
6年前
Arun Prakash Jana
5f519841e7
Resurrect NNN_OPENER
6年前
SZ Lin (林上智)
cbef31ce25
Fix warning of implicit declaration of function 'strcasestr'
According to manpage of strcasestr [1], the macro function needs to be added.
[1] https://linux.die.net/man/3/strcasestr
Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
6年前
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
1235a7a9a1
Fix #188
6年前
Arun Prakash Jana
6c141d1bb4
Remove redundant func call
6年前
Arun Prakash Jana
72e305759e
Don't lose filename on second escape
6年前
Arun Prakash Jana
ef9e45682e
Reduce delay for escape
6年前
Arun Prakash Jana
98fd5755d1
Map ^V to run custom script
6年前
Arun Prakash Jana
6dc151e05d
Quote argument with sh -c
6年前
Arun Prakash Jana
e87ff1129c
Fix #179
6年前
Arun Prakash Jana
244ba9f953
Fix #185
6年前
Arun Prakash Jana
3cbb7dc5df
nnn as a file picker
6年前
Arun Prakash Jana
f9860f1c7f
Prepare for release v2.2
6年前
Arun Prakash Jana
6973ed37a7
Fix open with
6年前
Arun Prakash Jana
4b717b1920
Remove redundant fwd declaration
6年前
Arun Prakash Jana
a3517b28dc
Fix #173
6年前
Arun Prakash Jana
c678c9f786
Remove test code
6年前
Arun Prakash Jana
75060f5923
Fix #165
6年前
Arun Prakash Jana
9eec60f8b1
Fix #168
6年前
Arun Prakash Jana
d360b08eb0
Fix #164
6年前
Arun Prakash Jana
c8938df8f4
Fix #165
6年前
Arun Prakash Jana
9422a38b0d
Remove redundant static declaration
6年前
Arun Prakash Jana
836325f0d4
A better case name
6年前
Arun Prakash Jana
cc34b977da
Use run a command to launch apps
6年前
Arun Prakash Jana
b15867143c
Change order of switch cases (1)
6年前
Arun Prakash Jana
55f1397cbb
Change order of cases in switch statement.
6年前
Arun Prakash Jana
cc38369540
use switch case for NNN_SCRIPT
6年前
Arun Prakash Jana
94ae45b391
handle script dir with NNN_SCRIPT
6年前
Arun Prakash Jana
64efd6528c
Minor modifications
6年前
Arun Prakash Jana
c4c162f33a
Refresh on empty command
6年前
Arun Prakash Jana
c26b9abd05
Quick switch on empty command
6年前
Arun Prakash Jana
31c15dcdca
On entry delete move to previous file
6年前
Arun Prakash Jana
e7b1215a20
Support run a command
6年前
Arun Prakash Jana
8eb4cd9e9f
Use force only in case of rm
6年前