Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-08 | Rename opener nplay to nuke | Arun Prakash Jana | |
2019-12-08 | Add nplay as a plugin | Arun Prakash Jana | |
2019-12-06 | Fix build break | Arun Prakash Jana | |
2019-12-06 | Fix #398 | Arun Prakash Jana | |
2019-12-03 | Use common construct for utility names | Arun Prakash Jana | |
2019-12-03 | Minor plugin fixes | Arun Prakash Jana | |
2019-12-03 | Plugin renamer (#393) | 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-03 | Update docs | Arun Prakash Jana | |
2019-12-02 | Remove redundant assignment | Arun Prakash Jana | |
2019-11-26 | Some of the shell script fixes as per discussion (#389) | Vidar Holen | |
* 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-24 | Set hovered and file as | Arun Prakash Jana | |
2019-11-24 | Force undetachable edits in EDITOR | Arun Prakash Jana | |
2019-11-23 | Load dir after hovered image | Arun Prakash Jana | |
2019-11-22 | Rename plugins, group related ones | Arun Prakash Jana | |
2019-11-22 | Integrate similar plugins, diff should begin at start of file | Arun Prakash Jana | |
2019-11-22 | shellcheck fixes | Arun Prakash Jana | |
2019-11-21 | Re-order plugin table | Arun Prakash Jana | |
2019-11-21 | Fix some cat abuses in code, plugins | Arun Prakash Jana | |
2019-11-20 | Various plugin fixes | Arun Prakash Jana | |
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 | Arun Prakash Jana | |
2019-11-18 | Update ndiff | Mischievous Meerkat | |
2019-11-18 | Always open vimdiff at start of file | Arun Prakash Jana | |
2019-11-18 | Update plugin docs | Arun Prakash Jana | |
2019-11-17 | Show output after running command | Arun Prakash Jana | |
2019-11-17 | Do not update merged file, remove README.md | Arun Prakash Jana | |
2019-11-17 | getpulgs now asks before overwriting (#385) | KlzXS | |
* getpulgs now asks before overwriting * Forgot a space | |||
2019-11-17 | Plugin fzhist | Arun Prakash Jana | |
2019-11-17 | Rename fzy-open to fzopen | Arun Prakash Jana | |
2019-11-17 | Add image of plugin gutenread in action | Arun Prakash Jana | |
2019-11-16 | Update docs | Arun Prakash Jana | |
2019-11-16 | Plugin treeview to show tree o/p with perms and size | Arun Prakash Jana | |
2019-11-16 | Plugin extoggle to toggle executable status | Arun Prakash Jana | |
2019-11-16 | Simplify running commands | Arun Prakash Jana | |
2019-11-15 | Fix dragdrop not working in selection mode (#382) | 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-09 | Fix #379 | Arun Prakash Jana | |
2019-11-04 | Fix dragdrop stderr causing issues (#374) | 0xACE | |
For w/e reason the output from `which` causes problems with nnn rendering. This commit silences the problematic lines. | |||
2019-11-02 | Update docs | Arun Prakash Jana | |
2019-11-02 | Update drag and drop plugin | Arun Prakash Jana | |
2019-11-02 | Merged drag and drop scripts to 1 file (#372) | 0xACE | |
2019-11-01 | plugin pskill | Arun Prakash Jana | |
2019-11-01 | Fix bad getplugs script (#370) (#371) | Anna Arad | |
2019-11-01 | Fix #369: calculate checksum for directory tree | Arun Prakash Jana | |
2019-10-25 | Add complete audio conversion tip | Arun Prakash Jana | |
2019-10-24 | Do not pass path to commands | Arun Prakash Jana | |
2019-10-24 | Update docs | Arun Prakash Jana | |
2019-10-24 | Extend plugin mechanism to arbitrary commands | Arun Prakash Jana | |
2019-10-23 | Fix code examples in plugins README | Anna Arad | |
2019-10-23 | Implement plugins control of nnn + plugins (#364) | 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-14 | suedit plugin (#359) | Anna Arad | |
2019-10-13 | Pass path as second argument | Arun Prakash Jana | |