Arun Prakash Jana
4ff7ddc424
Code refactor
6 years ago
Arun Prakash Jana
1338922697
Remove redundant tmp assignment
6 years ago
Arun Prakash Jana
2b79d237cc
Support no suffix for link name
6 years ago
Arun Prakash Jana
c92715a01d
Simplify writing selection
6 years ago
Arun Prakash Jana
231be5ec36
Code reformat
6 years ago
Arun Prakash Jana
8ff56d2c74
Support link creation
6 years ago
Arun Prakash Jana
a8234f26e8
Combine navigation case
6 years ago
Arun Prakash Jana
c400a19268
Combine cases
SEL_CDHOME, SEL_CDBEGIN, SEL_CDLAST, SEL_VISIT
6 years ago
Arun Prakash Jana
366f49e6b3
Take notes with N
6 years ago
Arun Prakash Jana
772619527f
Remove key Backspace
6 years ago
Arun Prakash Jana
5f581ff20a
Key N to switch to context N
6 years ago
Arun Prakash Jana
5e4810b382
Remove keys ^, $
6 years ago
Arun Prakash Jana
91a31dc61d
Use a more sensible var name
6 years ago
Arun Prakash Jana
867266431f
Code refactor
6 years ago
Arun Prakash Jana
aa7f5256c4
Code reformat
6 years ago
Arun Prakash Jana
bf6419d6af
Use a concise help
6 years ago
Arun Prakash Jana
63f5abd054
CURSYM is redundant in detail mode
6 years ago
Arun Prakash Jana
339fcd83f0
Code reformat
6 years ago
Arun Prakash Jana
5f519841e7
Resurrect NNN_OPENER
6 years ago
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 years ago
Arun Prakash Jana
389180d139
Change env var name
6 years ago
Arun Prakash Jana
098c2acb27
Support substring match in filter mode
6 years ago
Arun Prakash Jana
08520ac80e
Rename config env var
6 years ago
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 years ago
Arun Prakash Jana
1235a7a9a1
Fix #188
6 years ago
Arun Prakash Jana
6c141d1bb4
Remove redundant func call
6 years ago
Arun Prakash Jana
72e305759e
Don't lose filename on second escape
6 years ago
Arun Prakash Jana
ef9e45682e
Reduce delay for escape
6 years ago
Arun Prakash Jana
98fd5755d1
Map ^V to run custom script
6 years ago
Arun Prakash Jana
6dc151e05d
Quote argument with sh -c
6 years ago
Arun Prakash Jana
e87ff1129c
Fix #179
6 years ago
Arun Prakash Jana
244ba9f953
Fix #185
6 years ago
Arun Prakash Jana
3cbb7dc5df
nnn as a file picker
6 years ago
Arun Prakash Jana
f9860f1c7f
Prepare for release v2.2
6 years ago
Arun Prakash Jana
6973ed37a7
Fix open with
6 years ago
Arun Prakash Jana
4b717b1920
Remove redundant fwd declaration
6 years ago
Arun Prakash Jana
a3517b28dc
Fix #173
6 years ago
Arun Prakash Jana
c678c9f786
Remove test code
6 years ago
Arun Prakash Jana
75060f5923
Fix #165
6 years ago
Arun Prakash Jana
9eec60f8b1
Fix #168
6 years ago
Arun Prakash Jana
d360b08eb0
Fix #164
6 years ago
Arun Prakash Jana
c8938df8f4
Fix #165
6 years ago
Arun Prakash Jana
9422a38b0d
Remove redundant static declaration
6 years ago
Arun Prakash Jana
836325f0d4
A better case name
6 years ago
Arun Prakash Jana
cc34b977da
Use run a command to launch apps
6 years ago
Arun Prakash Jana
b15867143c
Change order of switch cases (1)
6 years ago
Arun Prakash Jana
55f1397cbb
Change order of cases in switch statement.
6 years ago
Arun Prakash Jana
cc38369540
use switch case for NNN_SCRIPT
6 years ago
Arun Prakash Jana
94ae45b391
handle script dir with NNN_SCRIPT
6 years ago
Arun Prakash Jana
64efd6528c
Minor modifications
6 years ago