| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-02 | Plugin rename | ||
| 2020-01-02 | Plugin rename | ||
| 2019-12-29 | Automagically handle archives | ||
| 2019-12-29 | Code refactor | ||
| 2019-12-24 | Use file.io to ipload files | ||
| 2019-12-22 | Update docs | ||
| 2019-12-21 | Update plugin docs | ||
| 2019-12-20 | Mechanism to skip dir refresh after running plugin | ||
| 2019-12-18 | Minor improvements | ||
| - reduce 4 spaces between help columns as it's too wide for handhelds - support `]` as prompt in nav-as-you-type-mode when filter is empty - update plugin docs | |||
| 2019-12-17 | User control to disable prompt after run cmd as plugin | ||
| 2019-12-16 | Update docs | ||
| 2019-12-11 | Reformat help, remove redundant plugin key | ||
| 2019-12-10 | PR #399: add autojump plugin | ||
| 2019-12-09 | Support both fzf and fzy | ||
| 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-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-11-24 | Set hovered and file as | ||
| 2019-11-22 | Rename plugins, group related ones | ||
| 2019-11-22 | Integrate similar plugins, diff should begin at start of file | ||
| 2019-11-21 | Re-order plugin table | ||
| 2019-11-20 | Various plugin fixes | ||
| 1. getplugs should work even if nnn is not run 2. Remove redundant ./ prefix 3. Update plugin docs | |||
| 2019-11-19 | Refresh dirs on disruptive chnages, update sxiv plugin to browse and rename | ||
| 2019-11-18 | Update plugin docs | ||
| 2019-11-17 | Plugin fzhist | ||
| 2019-11-17 | Rename fzy-open to fzopen | ||
| 2019-11-17 | Add image of plugin gutenread in action | ||
| 2019-11-16 | Update docs | ||
| 2019-11-16 | Plugin treeview to show tree o/p with perms and size | ||
| 2019-11-16 | Plugin extoggle to toggle executable status | ||
| 2019-11-16 | Simplify running commands | ||
| 2019-11-02 | Update docs | ||
| 2019-11-02 | Update drag and drop plugin | ||
| 2019-11-01 | plugin pskill | ||
| 2019-10-25 | Add complete audio conversion tip | ||
| 2019-10-24 | Do not pass path to commands | ||
| 2019-10-24 | Update docs | ||
| 2019-10-24 | Extend plugin mechanism to arbitrary commands | ||
| 2019-10-23 | Fix code examples in plugins README | ||
| 2019-10-23 | Implement plugins control of nnn + plugins (#364) | ||
| * Implement plugins control of nnn + plugins * Refactor plugins control code and fix getplugs to recognize hidden files * Fix bug when going to dir on non-current context from plugin * Fix some plugins to work on openbsd and freebsd * Renamings * Switch to -R flag in cp instead of -r; BSDs complain * Change braces of function location * Rewrite plugin creation in README and add new plugins to the table * Update the fzcd script to include fzy or fzf * Change plugin name resolve-link-dir -> lncd * Fixing plugins README table * Remove some cd plugins but add them as examples to plugins README | |||
| 2019-10-14 | suedit plugin (#359) | ||
| 2019-10-13 | Pass path as second argument | ||
| 2019-10-13 | gutenread: support epub | ||
| 2019-10-13 | Plugin to browse, download, read from Project Gutenberg | ||
| 2019-10-12 | Added 2 plugins for drag and drop support (#352) | ||
| * Added 2 plugins for drag and drop support These scripts uses https://github.com/mwh/dragon and curl. It allows nnn to drag and drop files either to other programs, or to itself. * added link to dependency and spelling * added drag/drop-file scripts to readme table | |||