aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
AgeCommit message (Collapse)Author
2020-01-02Plugin renameGravatar Arun Prakash Jana
2020-01-02Plugin renameGravatar Arun Prakash Jana
2019-12-29Automagically handle archivesGravatar Arun Prakash Jana
2019-12-29Code refactorGravatar Arun Prakash Jana
2019-12-24Use file.io to ipload filesGravatar Arun Prakash Jana
2019-12-22Update docsGravatar Arun Prakash Jana
2019-12-21Update plugin docsGravatar Arun Prakash Jana
2019-12-20Mechanism to skip dir refresh after running pluginGravatar Arun Prakash Jana
2019-12-18Minor improvementsGravatar Arun Prakash Jana
- 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-17User control to disable prompt after run cmd as pluginGravatar Arun Prakash Jana
2019-12-16Update docsGravatar Arun Prakash Jana
2019-12-11Reformat help, remove redundant plugin keyGravatar Arun Prakash Jana
2019-12-10PR #399: add autojump pluginGravatar Arun Prakash Jana
2019-12-09Support both fzf and fzyGravatar Arun Prakash Jana
2019-12-09Move nlaunch to plugins as launchGravatar Arun Prakash Jana
2019-12-08Rename opener nplay to nukeGravatar Arun Prakash Jana
2019-12-08Add nplay as a pluginGravatar Arun Prakash Jana
2019-12-03Use common construct for utility namesGravatar Arun Prakash Jana
2019-12-03Minor plugin fixesGravatar Arun Prakash Jana
2019-12-03Plugin renamer (#393)Gravatar José Luis Neder
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-03Update docsGravatar Arun Prakash Jana
2019-12-02Remove redundant assignmentGravatar Arun Prakash Jana
2019-11-24Set hovered and file asGravatar Arun Prakash Jana
2019-11-22Rename plugins, group related onesGravatar Arun Prakash Jana
2019-11-22Integrate similar plugins, diff should begin at start of fileGravatar Arun Prakash Jana
2019-11-21Re-order plugin tableGravatar Arun Prakash Jana
2019-11-20Various plugin fixesGravatar Arun Prakash Jana
1. getplugs should work even if nnn is not run 2. Remove redundant ./ prefix 3. Update plugin docs
2019-11-19Refresh dirs on disruptive chnages, update sxiv plugin to browse and renameGravatar Arun Prakash Jana
2019-11-18Update plugin docsGravatar Arun Prakash Jana
2019-11-17Plugin fzhistGravatar Arun Prakash Jana
2019-11-17Rename fzy-open to fzopenGravatar Arun Prakash Jana
2019-11-17Add image of plugin gutenread in actionGravatar Arun Prakash Jana
2019-11-16Update docsGravatar Arun Prakash Jana
2019-11-16Plugin treeview to show tree o/p with perms and sizeGravatar Arun Prakash Jana
2019-11-16Plugin extoggle to toggle executable statusGravatar Arun Prakash Jana
2019-11-16Simplify running commandsGravatar Arun Prakash Jana
2019-11-02Update docsGravatar Arun Prakash Jana
2019-11-02Update drag and drop pluginGravatar Arun Prakash Jana
2019-11-01plugin pskillGravatar Arun Prakash Jana
2019-10-25Add complete audio conversion tipGravatar Arun Prakash Jana
2019-10-24Do not pass path to commandsGravatar Arun Prakash Jana
2019-10-24Update docsGravatar Arun Prakash Jana
2019-10-24Extend plugin mechanism to arbitrary commandsGravatar Arun Prakash Jana
2019-10-23Fix code examples in plugins READMEGravatar Anna Arad
2019-10-23Implement plugins control of nnn + plugins (#364)Gravatar Anna Arad
* 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-14suedit plugin (#359)Gravatar Anna Arad
2019-10-13Pass path as second argumentGravatar Arun Prakash Jana
2019-10-13gutenread: support epubGravatar Arun Prakash Jana
2019-10-13Plugin to browse, download, read from Project GutenbergGravatar Arun Prakash Jana
2019-10-12Added 2 plugins for drag and drop support (#352)Gravatar 0xACE
* 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