Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2018-11-09 | Introduce key prompt | ||
2018-11-08 | Support key q for context quit | ||
2018-11-08 | Update docs on contexts | ||
2018-11-08 | GUI app launcher mode with 'o'. | ||
Removed file manager and desktop search keys. Both can be launched with launcher key. | |||
2018-11-08 | Retire NNN_NO_X and make the behaviour default | ||
2018-11-06 | Retire chdir prompt | ||
2018-10-31 | Update docs | ||
2018-10-28 | Use ^L to clear filter prompt | ||
2018-10-27 | Exit prompt on Escape press | ||
2018-10-22 | Support copy buffer listing in multi-copy mode | ||
2018-10-21 | Option to disable dir auto-select | ||
2018-10-19 | Prepare for release v2.0 | ||
2018-10-05 | Show apparent size | ||
2018-09-06 | Create copy file in home dir, remove copy file on exit | ||
2018-08-16 | Document that filenames are not unquoted | ||