Arun Prakash Jana
71cc0afe30
Remove redundant string copy
6 years ago
Arun Prakash Jana
5623cc55bb
Fix regression
6 years ago
Arun Prakash Jana
a3dfeafa56
Code reformat
6 years ago
Arun Prakash Jana
7eb376bcc4
Fix mode check
6 years ago
Arun Prakash Jana
b07becb176
Remove redundant param
6 years ago
Arun Prakash Jana
76c366147a
Update docs
6 years ago
Arun Prakash Jana
b6842d69c5
Use early error checks
Early check for empty file name in populate().
Check access before calling populate().
Drop populate() return type.
6 years ago
Arun Prakash Jana
5301f78fa3
Optimized strcmp() macro
6 years ago
Arun Prakash Jana
a8544f2842
Code reformat
6 years ago
Arun Prakash Jana
1958b7ddf7
Re-orient config vars
6 years ago
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
90597f0e41
Update docs
6 years ago
Arun Prakash Jana
fefa956128
Update memory stats
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
78048d6ef0
Document macros
6 years ago
Arun Prakash Jana
88a940dcab
Document NNN_TMPFILE
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
d2ca475a4c
Update docs
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
05e910deb0
Fix broken links
6 years ago
Arun Prakash Jana
db8d51c504
Update docs
6 years ago
Arun Prakash Jana
5bd2833b12
Merge pull request #194 from TBK/patch-3
Add install command for Alpine Linux
6 years ago
TBK
9975b79f95
Add install command for Alpine Linux
6 years ago
Arun Prakash Jana
5162ae826e
Update video image
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
ed934c0e97
Update README
6 years ago
Arun Prakash Jana
5f519841e7
Resurrect NNN_OPENER
6 years ago
Arun Prakash Jana
e7e09483b6
Update docs
6 years ago
Arun Prakash Jana
13fb1d8c0e
Merge pull request #191 from szlin/master
Fix warning of implicit declaration of function 'strcasestr'
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
c1668cb9dd
Use Ubuntu Xenial image to build
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
625f2f8830
Merge pull request #189 from milisarge/patch-1
Update README.md -Milis
6 years ago
Milli İşletim Sistemi (Milis Linux)
d438a665e4
Update README.md
Milis Linux support
6 years ago