Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-09 | Show symlink even if target cannot be stat-ed | ||
2019-12-09 | Fix auto-select for symlink to dir | ||
2019-12-09 | Support both fzf and fzy | ||
2019-12-09 | Update docs | ||
2019-12-09 | Disable shellcheck warning SC2086 | ||
2019-12-09 | Fix build break | ||
2019-12-09 | Move nlaunch to plugins as launch | ||
2019-12-08 | Rename opener nplay to nuke | ||
2019-12-08 | Add nplay as a plugin | ||
2019-12-07 | Add nplay: a custom opener | ||
2019-12-06 | Fix only the last file path is copied to selection buffer | ||
2019-12-06 | Cancel option for open with | ||
2019-12-06 | Fix build break | ||
2019-12-06 | Fix #398 | ||
2019-12-05 | Use ISO 8601 in status bar | ||
2019-12-05 | Prepare for release v2.8.1 | ||
2019-12-04 | Add more details on selection | ||
2019-12-04 | Fix always archiving current file (#396) | ||
2019-12-04 | Prepare for release v2.8 | ||
2019-12-03 | Use common construct for utility names | ||
2019-12-03 | Minor plugin fixes | ||
2019-12-03 | Plugin renamer (#393) | ||
This plugin is an alternative to the native batch rename interface in nnn. qmv from renameutils and vidir from moreutils allow to rename files without fear of replacing existing files. | |||
2019-12-03 | Update docs | ||
2019-12-02 | Remove redundant assignment | ||
2019-12-02 | Disable rollover at edges on scroll | ||
2019-12-01 | Option -R to disable rollover at edges | ||
2019-12-01 | Handle some keys as special only if filter is empty | ||
2019-11-30 | Adapt picker mode to new selection changes | ||
2019-11-30 | Update docs | ||
2019-11-30 | Remove a startup loop and use self-fixing | ||
2019-11-30 | Update auto-completion scripts | ||
2019-11-30 | End selection before archive, new, rename | ||
2019-11-30 | Update docs | ||
2019-11-30 | Selection should work across contexts | ||
2019-11-30 | Do not access invalid lastdir | ||
2019-11-30 | Update docs | ||
2019-11-29 | Fix LICENSE file | ||
2019-11-29 | Support link creation for hovered file | ||
2019-11-29 | Show all selected files on M | ||
2019-11-29 | Update program help | ||
2019-11-28 | Support deselection | ||
2019-11-26 | Some of the shell script fixes as per discussion (#389) | ||
* Improved completion support for files with spaces Filenames with spaces, both generally and for session names, will now complete as expected. * Misc shell script improvements See discussion on: https://github.com/jarun/nnn/commit/1cca9e4b72b106374f203890b266f18609deefe3 | |||
2019-11-26 | Update docs | ||
2019-11-25 | Update docs | ||
2019-11-25 | Reduce delay, use a more meaningful msg | ||
2019-11-25 | Update comment to reflect millisecond | ||
2019-11-24 | Add rclone support for remote access | ||
2019-11-24 | Update docs on -E | ||
2019-11-24 | Set hovered and file as | ||
2019-11-24 | Force undetachable edits in EDITOR | ||