Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-22 | Integrate similar plugins, diff should begin at start of file | ||
2019-11-22 | shellcheck fixes | ||
2019-11-21 | Re-order plugin table | ||
2019-11-21 | Fix some cat abuses in code, plugins | ||
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 ndiff | ||
2019-11-18 | Always open vimdiff at start of file | ||
2019-11-18 | Update plugin docs | ||
2019-11-17 | Show output after running command | ||
2019-11-17 | Do not update merged file, remove README.md | ||
2019-11-17 | getpulgs now asks before overwriting (#385) | ||
* getpulgs now asks before overwriting * Forgot a space | |||
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-15 | Fix dragdrop not working in selection mode (#382) | ||
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-09 | Fix #379 | ||
2019-11-04 | Fix dragdrop stderr causing issues (#374) | ||
For w/e reason the output from `which` causes problems with nnn rendering. This commit silences the problematic lines. | |||
2019-11-02 | Update docs | ||
2019-11-02 | Update drag and drop plugin | ||
2019-11-02 | Merged drag and drop scripts to 1 file (#372) | ||
2019-11-01 | plugin pskill | ||
2019-11-01 | Fix bad getplugs script (#370) (#371) | ||
2019-11-01 | Fix #369: calculate checksum for directory tree | ||
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-13 | Check for alternative name for drag/drop exec (#354) | ||
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-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 | |||
2019-10-04 | Suppress permission denied messages | ||
2019-10-04 | Use ix.io paste service | ||
2019-10-03 | Group dirs on top | ||
2019-10-03 | Add plugin uidgid | ||
2019-10-01 | Update plugin viuimg | ||
2019-10-01 | Add image | ||
2019-09-29 | Fix directory view with viuimg | ||
2019-09-27 | Update plugin docs | ||
2019-09-27 | Add command to download plugins | ||
2019-09-26 | Add plugin to take quick notes | ||