Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-04 | Add an option to print hovered files to a FIFO (#548) | lvgx | |
* Add an option to print hovered files to a FIFO This adds an env variable, `NNN_FIFO`, that can be set to a path that `nnn` will open/create as a FIFO, and where every hovered file's path is printed. This allows creating external perview/quick open plugins, ... It can be compiled out with the make variable `O_NOFIFO`. * Check filename ptr instead of full path (for FIFO) * Add documentation to use NNN_FIFO in plugins * Fix path sent to FIFO in empty dirs | |||
2020-05-03 | Bind getplugs to installed version | Arun Prakash Jana | |
2020-05-03 | Plugin finder: run custom find/fd/grep/rg/fzf and list | Arun Prakash Jana | |
2020-05-03 | Context code '+' to create context smartly | Arun Prakash Jana | |
2020-05-03 | Plugin mimelist: support reading file list from (cmd as) plugin | Arun Prakash Jana | |
2020-04-23 | Add nbak plugin to backup all nnn config (#528) | lvgx | |
* Add nbak plugin to backup all nnn config * nbak: check cd, quote env * nbak: print backup file name * nbak: add --show option, to show shell config * nbak: fix shellcheck warning 'type' is POSIX complient, AND we check that we're actually running bash, but shellcheck can't understand this... Then '-o' is POSIX complient too, but shellcheck thinks it's "not well defined". * nbak: variable renames, archive hierarchy changes * nbak: fix variable expansion * nbak: remove --show option * nbak: call interactive bash/zsh to get fun/aliases * Add nbak entry in plugins/README.md * nbak: change archive hierarchy * plugins/README.md: make nbak description shorter | |||
2020-04-09 | Update docs | Arun Prakash Jana | |
2020-04-02 | Added support for fzy (#505) | Nick Waywood | |
* Added fzfz plugin * Fixed shellcheck errors * Fixed copy/paste error * Added support for fzy, also renamed plugin since it's not specific to fzf anymore * Refactored code * Clean spillovers (jarun) | |||
2020-04-01 | Added fzfz plugin (#502) | Nick Waywood | |
* Added fzfz plugin * Fixed shellcheck errors * Fixed copy/paste error | |||
2020-03-31 | Update docs | Arun Prakash Jana | |
2020-03-30 | Add fortune to help | Arun Prakash Jana | |
2020-03-15 | Adapt PR #495 | Arun Prakash Jana | |
2020-03-14 | Update plugin docs | Arun Prakash Jana | |
2020-03-14 | Add x2sel plugin (reverse .cbcp) (#494) | lvgx | |
This plugin is based on .cbcp and does basically the reverse operation. It copies system clipboard newline-separated file list to selection. | |||
2020-03-11 | Integrate batch renamer plugin | Arun Prakash Jana | |
2020-03-11 | Add batchrename to readme, minor Makefile change | Arun Prakash Jana | |
2020-02-28 | Unlimited bookmarks and plugin keys | Arun Prakash Jana | |
2020-02-23 | Plugin mp3conv to extract audio from media as mp3 | Arun Prakash Jana | |
2020-02-20 | Allow choosing the same context in plugin helper | Arun Prakash Jana | |
2020-02-20 | Update docs | Arun Prakash Jana | |
2020-02-02 | Remove redundant example | Arun Prakash Jana | |
2020-01-30 | Run GUI app as plugin | Arun Prakash Jana | |
2020-01-18 | fixed a formating error (#444) | Siddharth Dushantha | |
Some normal text was indent a little, which caused to to become a code | |||
2020-01-16 | Update docs | Arun Prakash Jana | |
2020-01-15 | Use shorter lines in man page | Arun Prakash Jana | |
2020-01-15 | Prepare for release v2.9 | Arun Prakash Jana | |
2020-01-14 | Keybind changes | Arun Prakash Jana | |
2020-01-14 | Fix doc | Arun Prakash Jana | |
2020-01-13 | Unify plugin keys | Arun Prakash Jana | |
2020-01-12 | Go to top when last saved filter is applied | Arun Prakash Jana | |
2020-01-09 | Update docs | Arun Prakash Jana | |
2020-01-08 | Add examples of useful commands to run as plugin | Arun Prakash Jana | |
2020-01-07 | Update docs | Arun Prakash Jana | |
2020-01-03 | Merge plugins pastebin and upload | Arun Prakash Jana | |
2020-01-03 | Merge plugins imgsxiv and imgviu | Arun Prakash Jana | |
2020-01-03 | Remove plugin notes, update docs to run cmd as plugin | Arun Prakash Jana | |
2020-01-02 | Support toggle exe | Arun Prakash Jana | |
2020-01-02 | Plugin rename | Arun Prakash Jana | |
2020-01-02 | Plugin rename | Arun Prakash Jana | |
2019-12-29 | Automagically handle archives | Arun Prakash Jana | |
2019-12-29 | Code refactor | Arun Prakash Jana | |
2019-12-24 | Use file.io to ipload files | Arun Prakash Jana | |
2019-12-22 | Update docs | Arun Prakash Jana | |
2019-12-21 | Update plugin docs | Arun Prakash Jana | |
2019-12-20 | Mechanism to skip dir refresh after running plugin | Arun Prakash Jana | |
2019-12-18 | Minor improvements | 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-17 | User control to disable prompt after run cmd as plugin | Arun Prakash Jana | |
2019-12-16 | Update docs | Arun Prakash Jana | |
2019-12-11 | Reformat help, remove redundant plugin key | Arun Prakash Jana | |
2019-12-10 | PR #399: add autojump plugin | Arun Prakash Jana | |