| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-30 | Shortcut to list selection y is now M | ||
| 2019-09-29 | Use better keys for selection mode | ||
| 2019-09-28 | Update docs | ||
| 2019-09-26 | Add plugin to take quick notes | ||
| 2019-09-16 | Update docs | ||
| 2019-09-11 | Preserve attributes on duplicate, update docs | ||
| 2019-09-11 | Run a command at filter prompt | ||
| This is a conveninece for nav-as-you-type mode. With this program option, on pressing ^P, the filter is executed as cmd. | |||
| 2019-08-30 | Update example | ||
| 2019-08-30 | Option -a to use file access time | ||
| 2019-08-28 | Implement mediainfo as a plugin | ||
| 2019-08-23 | Option -r to show cp, mv progress on Linux | ||
| 2019-08-21 | Fix broken links, update docs | ||
| 2019-08-20 | Remove wild load option | ||
| 2019-08-17 | Option -t replaces NNN_NO_AUTOSELECT | ||
| 2019-08-16 | Option -o replaces NNN_RESTRICT_NAV_OPEN | ||
| 2019-08-16 | Revert rename cp mv progress | ||
| 2019-08-14 | Use key-plugin pairs for running plugins | ||
| 2019-08-14 | Rename cp mv progress conf | ||
| 2019-08-06 | Prepare for release v2.6 | ||
| 2019-08-04 | Light mode as default, options changed | ||
| -d is to show detail mode -H is to show hidden files -l is retired | |||
| 2019-07-14 | Resurrect default sort | ||
| 2019-06-24 | Fix order of options in man | ||
| 2019-06-24 | Fix #291 | ||
| 2019-06-20 | Fix #288 | ||
| 2019-06-17 | Use case insensitive version sort to compare | ||
| 2019-06-07 | Move cd on quit file | ||
| The new location is ~/.config/nnn/.lastd | |||
| 2019-06-07 | Remove retired config variable | ||
| 2019-05-27 | Prepare for release v2.5 | ||
| 2019-04-26 | Always detach opener | ||
| This may affect issue #227 but the defunct processes do not use any memory and exit when nnn exits. I guess that happens because of xdg-open using an intermediate script. However, if we do not detach xdg-open, the child process is killed when the terminal is closed which is a severe problem. | |||
| 2019-04-22 | SSHFS refinements | ||
| 2019-04-22 | Update docs | ||
| 2019-04-21 | Support config dir ~/.config/nnn | ||
| 2019-04-21 | SSHFS support | ||
| 2019-04-18 | Plugins! | ||
| 2019-04-06 | Support only scripts directory | ||
| 2019-03-23 | Update docs | ||
| 2019-03-22 | Fix #231 | ||
| 2019-03-20 | Update docs | ||
| 2019-03-19 | Prepare for release v2.4 | ||
| 2019-03-17 | Add reference to program help for keybinds | ||
| 2019-03-13 | Update docs | ||
| 2019-03-12 | GUI app launcher with drop-down menu | ||
| `nlauncher` is POSIX compliant. It needs `fzy`. | |||
| 2019-03-11 | Minor refactor | ||
| 2019-03-11 | Option `-d` to show hidden files. | ||
| NNN_SHOW_HIDDEN is removed. | |||
| 2019-03-09 | Rename env var | ||
| 2019-03-09 | Revert native trashing | ||
| 2019-03-05 | Update docs | ||
| 2019-03-02 | Add empty trash key T | ||
| 2019-03-02 | trash dir is ~/.local/trash | ||
| 2019-03-02 | Trash file when deleted | ||