Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-19 | Remove key Backspace | ||
2019-01-19 | Update docs | ||
2019-01-19 | Key N to switch to context N | ||
2019-01-19 | Remove keys ^, $ | ||
2019-01-19 | Use a more sensible var name | ||
2019-01-19 | Code refactor | ||
2019-01-18 | Fix broken links | ||
2019-01-18 | Update docs | ||
2019-01-18 | Merge pull request #194 from TBK/patch-3 | ||
Add install command for Alpine Linux | |||
2019-01-18 | Add install command for Alpine Linux | ||
2019-01-18 | Update video image | ||
2019-01-17 | Code reformat | ||
2019-01-17 | Use a concise help | ||
2019-01-17 | CURSYM is redundant in detail mode | ||
2019-01-17 | Code reformat | ||
2019-01-17 | Update README | ||
2019-01-16 | Resurrect NNN_OPENER | ||
2019-01-15 | Update docs | ||
2019-01-15 | Merge pull request #191 from szlin/master | ||
Fix warning of implicit declaration of function 'strcasestr' | |||
2019-01-15 | 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 | Change env var name | ||
2019-01-13 | Use Ubuntu Xenial image to build | ||
2019-01-13 | Support substring match in filter mode | ||
2019-01-11 | Rename config env var | ||
2019-01-11 | 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 | Merge pull request #189 from milisarge/patch-1 | ||
Update README.md -Milis | |||
2019-01-11 | Update README.md | ||
Milis Linux support | |||
2019-01-11 | Fix #188 | ||
2019-01-11 | Update README.md | ||
Milis Linux support | |||
2019-01-10 | Remove redundant func call | ||
2019-01-07 | Update docs | ||
2019-01-06 | Add user script to upgrade nnn on Debian 9 Stretch | ||
2019-01-06 | Add Raspberry Pi compilation/board info | ||
2019-01-06 | Don't lose filename on second escape | ||
2019-01-06 | Reduce delay for escape | ||
2019-01-06 | Document prompt clear and exit behaviour | ||
2019-01-06 | Map ^V to run custom script | ||
2019-01-06 | Quote argument with sh -c | ||
2019-01-05 | Add a sample command | ||
2019-01-05 | Update docs | ||
2019-01-05 | Update docs | ||
2019-01-05 | Document picker behaviour | ||
2019-01-04 | Fix #179 | ||
2019-01-04 | Open sxiv in bg | ||
2019-01-04 | Update user scripts | ||
2019-01-04 | Sample scripts to convert NUL to newline | ||
2019-01-04 | Fix #185 | ||
2019-01-04 | Update docs | ||
2019-01-03 | Change location of copier script | ||
2019-01-03 | nnn as a file picker | ||