aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)Author
2019-11-19Refresh dirs on disruptive chnages, update sxiv plugin to browse and renameGravatar Arun Prakash Jana
2019-11-18Update ndiffGravatar Mischievous Meerkat
2019-11-18Always open vimdiff at start of fileGravatar Arun Prakash Jana
2019-11-18Update plugin docsGravatar Arun Prakash Jana
2019-11-17Show output after running commandGravatar Arun Prakash Jana
2019-11-17Do not update merged file, remove README.mdGravatar Arun Prakash Jana
2019-11-17getpulgs now asks before overwriting (#385)Gravatar KlzXS
* getpulgs now asks before overwriting * Forgot a space
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-15Fix dragdrop not working in selection mode (#382)Gravatar 0xACE
xargs couldn't call function `dnd()` and I couldn't find a portable way to do it, so I replaced it with a variable which I guess should work fine.
2019-11-09Fix #379Gravatar Arun Prakash Jana
2019-11-04Fix dragdrop stderr causing issues (#374)Gravatar 0xACE
For w/e reason the output from `which` causes problems with nnn rendering. This commit silences the problematic lines.
2019-11-02Update docsGravatar Arun Prakash Jana
2019-11-02Update drag and drop pluginGravatar Arun Prakash Jana
2019-11-02Merged drag and drop scripts to 1 file (#372)Gravatar 0xACE
2019-11-01plugin pskillGravatar Arun Prakash Jana
2019-11-01Fix bad getplugs script (#370) (#371)Gravatar Anna Arad
2019-11-01Fix #369: calculate checksum for directory treeGravatar 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-13Check for alternative name for drag/drop exec (#354)Gravatar 0xACE
KDE dragon player collides with the name of the drag/drop dependency. On archlinux the binary is renamed to `dragon-drag-and-drop`. This change tries `dragon-drag-and-drop` before defaulting to `dragon`.
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
2019-10-04Suppress permission denied messagesGravatar Arun Prakash Jana
2019-10-04Use ix.io paste serviceGravatar Arun Prakash Jana
2019-10-03Group dirs on topGravatar Arun Prakash Jana
2019-10-03Add plugin uidgidGravatar Arun Prakash Jana
2019-10-01Update plugin viuimgGravatar Arun Prakash Jana
2019-10-01Add imageGravatar Arun Prakash Jana
2019-09-29Fix directory view with viuimgGravatar Arun Prakash Jana
2019-09-27Update plugin docsGravatar Arun Prakash Jana
2019-09-27Add command to download pluginsGravatar Arun Prakash Jana
2019-09-26Add plugin to take quick notesGravatar Arun Prakash Jana
2019-09-16mocplay: confirm working with selectionGravatar Arun Prakash Jana
2019-09-06Update docsGravatar Arun Prakash Jana
2019-08-30Plugin oldbigfile: find large files by access timeGravatar Arun Prakash Jana
2019-08-28Implement mediainfo as a pluginGravatar Arun Prakash Jana
2019-08-25Fix plugin boom, make customizableGravatar Arun Prakash Jana