| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-01 | Fix #141, #196 | ||
| 2019-02-28 | Remove option to disable color | ||
| 2019-02-28 | Don't remember initial dir per-context | ||
| 2019-02-28 | Wild mode for nav-as-you-type | ||
| 2019-02-25 | Fix #214: show cp, mv progress with advcpmv | ||
| 2019-02-23 | Add key 'K' to toggle selection | ||
| 2019-02-19 | Prepare for release v2.3 | ||
| 2019-02-05 | Clarify the difference between copy and select. | ||
| 2019-02-06 | Add option -s to use string filters | ||
| 2019-02-05 | Replace backquote with comma as leader key | ||
| 2019-02-05 | Fix #190: support version sort (option -n) | ||
| 2019-01-31 | Remove key N | ||
| 2019-01-31 | Support archiving files in selection | ||
| 2019-01-30 | Support select all with Y | ||
| 2019-01-29 | Fix #200: bind ^P to show command prompt | ||
| 2019-01-29 | Bind ^B to visit pinned dir | ||
| 2019-01-23 | Un-document ^M | ||
| 2019-01-23 | Remove shortcuts ^H, ^N, ^P | ||
| 2019-01-21 | Code reformat | ||
| 2019-01-20 | Support link creation | ||
| 2019-01-19 | Document macros | ||
| 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 | ||