Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Update docs | Arun Prakash Jana | |
2019-01-21 | Use early error checks | Arun Prakash Jana | |
Early check for empty file name in populate(). Check access before calling populate(). Drop populate() return type. | |||
2019-01-21 | Optimized strcmp() macro | Arun Prakash Jana | |
2019-01-21 | Code reformat | Arun Prakash Jana | |
2019-01-20 | Re-orient config vars | Arun Prakash Jana | |
2019-01-20 | Code refactor | Arun Prakash Jana | |
2019-01-20 | Remove redundant tmp assignment | Arun Prakash Jana | |
2019-01-20 | Support no suffix for link name | Arun Prakash Jana | |
2019-01-20 | Simplify writing selection | Arun Prakash Jana | |
2019-01-20 | Code reformat | Arun Prakash Jana | |
2019-01-20 | Support link creation | Arun Prakash Jana | |
2019-01-20 | Update docs | Arun Prakash Jana | |
2019-01-19 | Update memory stats | Arun Prakash Jana | |
2019-01-19 | Combine navigation case | Arun Prakash Jana | |
2019-01-19 | Combine cases | Arun Prakash Jana | |
SEL_CDHOME, SEL_CDBEGIN, SEL_CDLAST, SEL_VISIT | |||
2019-01-19 | Document macros | Arun Prakash Jana | |
2019-01-19 | Document NNN_TMPFILE | Arun Prakash Jana | |
2019-01-19 | Take notes with N | Arun Prakash Jana | |
2019-01-19 | Remove key Backspace | Arun Prakash Jana | |
2019-01-19 | Update docs | Arun Prakash Jana | |
2019-01-19 | Key N to switch to context N | Arun Prakash Jana | |
2019-01-19 | Remove keys ^, $ | Arun Prakash Jana | |
2019-01-19 | Use a more sensible var name | Arun Prakash Jana | |
2019-01-19 | Code refactor | Arun Prakash Jana | |
2019-01-18 | Fix broken links | Arun Prakash Jana | |
2019-01-18 | Update docs | Arun Prakash Jana | |
2019-01-18 | Merge pull request #194 from TBK/patch-3 | Arun Prakash Jana | |
Add install command for Alpine Linux | |||
2019-01-18 | Add install command for Alpine Linux | TBK | |
2019-01-18 | Update video image | Arun Prakash Jana | |
2019-01-17 | Code reformat | Arun Prakash Jana | |
2019-01-17 | Use a concise help | Arun Prakash Jana | |
2019-01-17 | CURSYM is redundant in detail mode | Arun Prakash Jana | |
2019-01-17 | Code reformat | Arun Prakash Jana | |
2019-01-17 | Update README | Arun Prakash Jana | |
2019-01-16 | Resurrect NNN_OPENER | Arun Prakash Jana | |
2019-01-15 | Update docs | Arun Prakash Jana | |
2019-01-15 | Merge pull request #191 from szlin/master | Arun Prakash Jana | |
Fix warning of implicit declaration of function 'strcasestr' | |||
2019-01-15 | Fix warning of implicit declaration of function 'strcasestr' | SZ Lin (林上智) | |
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 | Change env var name | Arun Prakash Jana | |
2019-01-13 | Use Ubuntu Xenial image to build | Arun Prakash Jana | |
2019-01-13 | Support substring match in filter mode | Arun Prakash Jana | |
2019-01-11 | Rename config env var | Arun Prakash Jana | |
2019-01-11 | Fix #187 | Arun Prakash Jana | |
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 | Merge pull request #189 from milisarge/patch-1 | Arun Prakash Jana | |
Update README.md -Milis | |||
2019-01-11 | Update README.md | Milli İşletim Sistemi (Milis Linux) | |
Milis Linux support | |||
2019-01-11 | Fix #188 | Arun Prakash Jana | |
2019-01-11 | Update README.md | Milli İşletim Sistemi (Milis Linux) | |
Milis Linux support | |||
2019-01-10 | Remove redundant func call | Arun Prakash Jana | |
2019-01-07 | Update docs | Arun Prakash Jana | |
2019-01-06 | Add user script to upgrade nnn on Debian 9 Stretch | Arun Prakash Jana | |