Commit graph

1361 commits

Author SHA1 Message Date
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.
2019-01-21 02:22:09 +05:30
Arun Prakash Jana
5301f78fa3
Optimized strcmp() macro 2019-01-21 01:28:57 +05:30
Arun Prakash Jana
a8544f2842
Code reformat 2019-01-21 00:16:52 +05:30
Arun Prakash Jana
1958b7ddf7
Re-orient config vars 2019-01-20 23:17:30 +05:30
Arun Prakash Jana
4ff7ddc424
Code refactor 2019-01-20 22:12:43 +05:30
Arun Prakash Jana
1338922697
Remove redundant tmp assignment 2019-01-20 21:47:16 +05:30
Arun Prakash Jana
2b79d237cc
Support no suffix for link name 2019-01-20 19:58:20 +05:30
Arun Prakash Jana
c92715a01d
Simplify writing selection 2019-01-20 17:50:49 +05:30
Arun Prakash Jana
231be5ec36
Code reformat 2019-01-20 17:32:44 +05:30
Arun Prakash Jana
8ff56d2c74
Support link creation 2019-01-20 16:59:55 +05:30
Arun Prakash Jana
90597f0e41
Update docs 2019-01-20 08:08:54 +05:30
Arun Prakash Jana
fefa956128
Update memory stats 2019-01-19 22:22:44 +05:30
Arun Prakash Jana
a8234f26e8
Combine navigation case 2019-01-19 21:50:30 +05:30
Arun Prakash Jana
c400a19268
Combine cases
SEL_CDHOME, SEL_CDBEGIN, SEL_CDLAST, SEL_VISIT
2019-01-19 21:22:03 +05:30
Arun Prakash Jana
78048d6ef0
Document macros 2019-01-19 18:20:05 +05:30
Arun Prakash Jana
88a940dcab
Document NNN_TMPFILE 2019-01-19 17:32:43 +05:30
Arun Prakash Jana
366f49e6b3
Take notes with N 2019-01-19 14:51:40 +05:30
Arun Prakash Jana
772619527f
Remove key Backspace 2019-01-19 14:08:21 +05:30
Arun Prakash Jana
d2ca475a4c
Update docs 2019-01-19 13:15:37 +05:30
Arun Prakash Jana
5f581ff20a
Key N to switch to context N 2019-01-19 13:09:46 +05:30
Arun Prakash Jana
5e4810b382
Remove keys ^, $ 2019-01-19 12:31:25 +05:30
Arun Prakash Jana
91a31dc61d
Use a more sensible var name 2019-01-19 10:07:04 +05:30
Arun Prakash Jana
867266431f
Code refactor 2019-01-19 09:28:43 +05:30
Arun Prakash Jana
05e910deb0
Fix broken links 2019-01-18 07:39:15 +05:30
Arun Prakash Jana
db8d51c504 Update docs 2019-01-18 06:58:16 +05:30
Arun Prakash Jana
5bd2833b12
Merge pull request #194 from TBK/patch-3
Add install command for Alpine Linux
2019-01-18 06:40:30 +05:30
TBK
9975b79f95 Add install command for Alpine Linux 2019-01-18 02:09:41 +01:00
Arun Prakash Jana
5162ae826e
Update video image 2019-01-18 06:36:06 +05:30
Arun Prakash Jana
aa7f5256c4
Code reformat 2019-01-17 21:58:07 +05:30
Arun Prakash Jana
bf6419d6af
Use a concise help 2019-01-17 20:59:30 +05:30
Arun Prakash Jana
63f5abd054
CURSYM is redundant in detail mode 2019-01-17 20:38:20 +05:30
Arun Prakash Jana
339fcd83f0
Code reformat 2019-01-17 20:26:09 +05:30
Arun Prakash Jana
ed934c0e97
Update README 2019-01-17 02:06:18 +05:30
Arun Prakash Jana
5f519841e7
Resurrect NNN_OPENER 2019-01-16 20:11:33 +05:30
Arun Prakash Jana
e7e09483b6
Update docs 2019-01-15 15:51:56 +05:30
Arun Prakash Jana
13fb1d8c0e
Merge pull request #191 from szlin/master
Fix warning of implicit declaration of function 'strcasestr'
2019-01-15 14:05:30 +05:30
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>
2019-01-15 16:17:07 +08:00
Arun Prakash Jana
389180d139
Change env var name 2019-01-15 10:51:06 +05:30
Arun Prakash Jana
c1668cb9dd
Use Ubuntu Xenial image to build 2019-01-13 23:32:04 +05:30
Arun Prakash Jana
098c2acb27
Support substring match in filter mode 2019-01-13 22:49:14 +05:30
Arun Prakash Jana
08520ac80e
Rename config env var 2019-01-11 22:15:51 +05:30
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.
2019-01-11 21:43:57 +05:30
Arun Prakash Jana
625f2f8830
Merge pull request #189 from milisarge/patch-1
Update README.md -Milis
2019-01-11 14:36:09 +05:30
Milli İşletim Sistemi (Milis Linux)
d438a665e4
Update README.md
Milis Linux support
2019-01-11 12:01:33 +03:00
Arun Prakash Jana
1235a7a9a1
Fix #188 2019-01-11 08:06:16 +05:30
Milli İşletim Sistemi (Milis Linux)
d241e5edcc
Update README.md
Milis Linux support
2019-01-11 02:36:16 +03:00
Arun Prakash Jana
6c141d1bb4
Remove redundant func call 2019-01-10 08:11:23 +05:30
Arun Prakash Jana
b40662635d
Update docs 2019-01-07 18:40:30 +05:30
Arun Prakash Jana
51acd70ba0
Add user script to upgrade nnn on Debian 9 Stretch 2019-01-06 23:03:09 +05:30
Arun Prakash Jana
b8f6432560
Add Raspberry Pi compilation/board info 2019-01-06 17:38:34 +05:30