| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-19 | Take notes with N | ||
| 2019-01-19 | Remove key Backspace | ||
| 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-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-16 | Resurrect NNN_OPENER | ||
| 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 | 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 | Fix #188 | ||
| 2019-01-10 | Remove redundant func call | ||
| 2019-01-06 | Don't lose filename on second escape | ||
| 2019-01-06 | Reduce delay for escape | ||
| 2019-01-06 | Map ^V to run custom script | ||
| 2019-01-06 | Quote argument with sh -c | ||
| 2019-01-04 | Fix #179 | ||
| 2019-01-04 | Fix #185 | ||
| 2019-01-03 | nnn as a file picker | ||
| 2019-01-01 | Prepare for release v2.2 | ||
| 2018-12-27 | Fix open with | ||
| 2018-12-26 | Remove redundant fwd declaration | ||
| 2018-12-26 | Fix #173 | ||
| 2018-12-20 | Remove test code | ||
| 2018-12-20 | Fix #165 | ||
| 2018-12-17 | Fix #168 | ||
| 2018-12-17 | Fix #164 | ||
| 2018-12-17 | Fix #165 | ||
| 2018-12-16 | Remove redundant static declaration | ||
| 2018-12-16 | A better case name | ||
| 2018-12-16 | Use run a command to launch apps | ||
| 2018-12-16 | Change order of switch cases (1) | ||
| 2018-12-16 | Change order of cases in switch statement. | ||
| 2018-12-16 | use switch case for NNN_SCRIPT | ||
| 2018-12-16 | handle script dir with NNN_SCRIPT | ||
| 2018-12-15 | Minor modifications | ||
| 2018-12-14 | Refresh on empty command | ||
| 2018-12-13 | Quick switch on empty command | ||
| 2018-12-10 | On entry delete move to previous file | ||
| 2018-12-09 | Support run a command | ||
| 2018-12-09 | Use force only in case of rm | ||
| 2018-12-09 | Reformat program help | ||
| 2018-12-09 | Add comments | ||
| 2018-12-08 | Group more options | ||