| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-16 | Use run a command to launch apps | ||
| 2018-12-16 | handle script dir with NNN_SCRIPT | ||
| 2018-12-11 | Update docs | ||
| 2018-12-09 | Update stats | ||
| 2018-12-09 | Copy file paths at run a cmd prompt | ||
| 2018-12-09 | Support run a command | ||
| 2018-12-09 | Update binary size | ||
| 2018-12-09 | Reformat program help | ||
| 2018-12-08 | Support run file as executable | ||
| 2018-12-07 | Fix documentation issues | ||
| 2018-12-07 | Document lftp integration | ||
| 2018-12-07 | Support launching cli utility too | ||
| 2018-12-06 | Handle argument ordering in spawn() | ||
| 2018-12-06 | Instructions on how to get selection at prompt | ||
| 2018-12-06 | Update docs | ||
| 2018-12-05 | Map ^I to context cycle | ||
| 2018-12-05 | Remove redundant structure member | ||
| 2018-12-05 | Update docs | ||
| 2018-12-03 | Per-context directory color | ||
| 2018-12-03 | Update docs | ||
| 2018-12-02 | Update stats in docs | ||
| 2018-12-02 | Support TAB to cycle contexts | ||
| 2018-12-02 | Update docs | ||
| 2018-12-01 | Add link to Cygwin wiki page | ||
| 2018-12-01 | Update copier script and docs | ||
| 2018-12-01 | Fix #156: Support selection across directories, contexts | ||
| 2018-12-01 | Fix #157: support one combined arg for EDITOR, PAGER and SHELL | ||
| 2018-11-30 | Add Solus to README | ||
| `nnn ` is now packaged for Solus. | |||
| 2018-11-29 | Update docs | ||
| 2018-11-29 | Add xargs as external dep | ||
| 2018-11-28 | Update mentions | ||
| 2018-11-28 | Fix #147: support one argument to editor | ||
| 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-25 | Update docs | ||
| 2018-11-24 | vim plugin has a new project page | ||
| 2018-11-24 | Update docs | ||
| 2018-11-24 | Update ToDo list # | ||
| 2018-11-24 | Update docs | ||
| 2018-11-24 | Fix #133: Add nnn-picker.vim plugin | ||
| 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 | Fix keybind in doc | ||
| 2018-11-23 | Add `Y` as selection keybind | ||
| 2018-11-22 | Annotate ^Y/DSUSP issue on BSDs caused by `stty` | ||
| On at least FreeBSD & OpenBSD, typing `^Y` will send a `DSUSP` signal, suspending the process. Annotate the issue along with a solution to allow `^Y` to work on these. There may be similar issues on NetBSD or possibly on OSX, but I don't have either available for testing. | |||
| 2018-11-22 | Add file to the list of deps | ||
| 2018-11-20 | Update docs on file path copy | ||