Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-19 | Document NNN_TMPFILE | ||
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-16 | Resurrect NNN_OPENER | ||
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-06 | Document prompt clear and exit behaviour | ||
2019-01-06 | Map ^V to run custom script | ||
2019-01-04 | Fix #179 | ||
2019-01-01 | Prepare for release v2.2 | ||
2018-12-16 | Use run a command to launch apps | ||
2018-12-16 | handle script dir with NNN_SCRIPT | ||
2018-12-09 | Support run a command | ||
2018-12-09 | Update man page | ||
2018-12-09 | Reformat program help | ||
2018-12-08 | Support run file as executable | ||
2018-12-07 | Support launching cli utility too | ||
2018-12-06 | Handle argument ordering in spawn() | ||
2018-12-05 | Map ^I to context cycle | ||
2018-12-03 | Per-context directory color | ||
2018-12-03 | Update docs | ||
2018-12-02 | Support TAB to cycle contexts | ||
2018-12-02 | Update docs | ||
2018-12-01 | Update copier script and docs | ||
2018-12-01 | Fix #156: Support selection across directories, contexts | ||
2018-11-28 | Fix #147: support one argument to editor | ||
2018-11-27 | Fix #143: support copy to clipboard | ||
2018-11-27 | Use keybind ^T to go to next context | ||
2018-11-27 | Remove file path quoting | ||
2018-11-27 | Use ^B to go to next context | ||
2018-11-27 | Option to disable file open on Right and `l` | ||
2018-11-23 | Add option -p for file picker | ||
2018-11-23 | Prepare for release v2.1 | ||
2018-11-23 | Update help screen | ||
2018-11-23 | Add `Y` as selection keybind | ||
2018-11-22 | Remove redundant "export" from man page | ||
2018-11-17 | Switch X and ^X key functionality | ||
2018-11-15 | Use ^W to visit pinned directory. | ||
Turns out ^B is also intercepted by Windows. | |||
2018-11-14 | Change visit pinned dir key to ^B. | ||
^V does not work while working on Windows. It is intercepted as paste. | |||
2018-11-12 | Use the term Leader key | ||
2018-11-12 | Use ^B as the Leader key | ||
2018-11-11 | Update docs | ||
2018-11-11 | Reformat program help | ||
2018-11-11 | Document native cp, mv, rm | ||
2018-11-11 | List copy buffer if valid | ||
2018-11-10 | Retire nlay | ||