| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-18 | Update help | ||
| 2018-10-17 | Update quickstart steps | ||
| 2018-10-05 | Update docs | ||
| 2018-10-05 | Show apparent size | ||
| 2018-09-06 | Update docs | ||
| 2018-09-06 | Integrate bashlock and lock | ||
| 2018-09-06 | Create copy file in home dir, remove copy file on exit | ||
| 2018-09-06 | patool - update docs | ||
| 2018-09-06 | Add wrapper script for patool integration | ||
| 2018-08-29 | With current features, DE file manager is redundant | ||
| 2018-08-28 | Document Cygwin opener | ||
| 2018-08-18 | Document dual-pane or multi-pane mode | ||
| 2018-08-18 | Update mentions | ||
| 2018-08-16 | Remove readline dep and use native prompt | ||
| - `nnn` is all about navigational convenience so the user doesn't have to type - the binary size increases due to readline linkage - alternative workflow: ^G, cd, `nnn` - readline required using the prompt and the history would stay after quit | |||
| 2018-08-16 | Update program help | ||
| 2018-08-16 | Centred column | ||
| 2018-08-16 | Use symbol @/ to denote symbolic link to directory | ||
| 2018-08-16 | Document that filenames are not unquoted | ||
| 2018-08-12 | fix invalid command (#113) | ||
| * fix invalid command * adding '-S' argument | |||
| 2018-08-08 | Update docs | ||
| 2018-08-08 | Implement dir auto-select in nav-as-you-type mode. | ||
| If only one entry matches regex filter and it it a directory, cd into it. | |||
| 2018-08-08 | Fixed link | ||
| 2018-08-07 | nnn is a file manager now | ||
| 2018-07-18 | Add link to repos | ||
| 2018-07-12 | Reduce indentation level | ||
| 2018-07-04 | ToDo list is rolled | ||
| 2018-07-04 | Pass current file name as first argument to custom scripts | ||
| 2018-06-27 | Add Space as 2nd file-path copier key (easy to use) | ||
| 2018-06-18 | Update documentation | ||
| 2018-06-17 | Bring examples below description | ||
| 2018-06-17 | Support multiple scripts | ||
| 2018-06-17 | Example to integrate fzy using custom script | ||
| 2018-06-08 | Add LinuxLinks to Mentions section | ||
| 2018-05-15 | Add OpenBSD as a packager | ||
| 2018-05-02 | Update instruction | ||
| 2018-05-01 | Update help on filter | ||
| 2018-04-26 | Update image | ||
| 2018-04-25 | Support archive creation | ||
| 2018-04-19 | nnn is always quoted | ||
| 2018-04-19 | Fix #104: document tmux TERM setting | ||
| 2018-04-08 | Prefer VISUAL, if defined over EDITOR | ||
| 2018-04-04 | Show hidden files by default when env NNN_SHOW_HIDDEN is set (#100) | ||
| 2018-04-01 | Update help | ||
| 2018-04-01 | Update link to ToDo list | ||
| 2018-03-30 | Document how to integrate sxiv | ||
| 2018-03-30 | Support screen locking on Linux | ||
| 2018-03-30 | New shortcut ^] to spawn shell in current dir | ||
| 2018-03-30 | Add install commands for listed packagers | ||
| 2018-03-28 | Support ^A, ^E, ^U and ignore ^ chars at rename prompt | ||
| 2018-03-19 | Run a custom script support | ||