Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | Update docs | Arun Prakash Jana | |
2020-05-05 | Fix context range check | Arun Prakash Jana | |
2020-05-04 | Update docs | Arun Prakash Jana | |
2020-05-04 | Update docs | Arun Prakash Jana | |
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-04 | Refactor move_cursor() | Arun Prakash Jana | |
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-05-01 | Support $_Z_DATA environment variable (#545) | step | |
Support `$_Z_DATA` environment variable per z's documentation https://github.com/rupa/z/blob/dcd5541e7dc37a3a32885565539c6fb1479af26f/z.1#L78. `$_Z_DATA` allows changing the default location of the z database file. | |||
2020-04-27 | Randomize mocp | Arun Prakash Jana | |
2020-04-27 | Let mocp shuffle | Arun Prakash Jana | |
2020-04-27 | Randomize mocp playlist | Arun Prakash Jana | |
2020-04-27 | Various plugin improvements | Arun Prakash Jana | |
2020-04-26 | Optimize dups (#539) | KlzXS | |
2020-04-24 | NNN_SEL: custom selection file | 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-20 | Plugin improvements (#531) | KlzXS | |
* Added padding for numbers in .nmv * Add skim as an option in fzopen * Remove unnecessary eval Thanks @leovilok! Co-Authored-By: lvgx <l@vgx.fr> * Added note about whitespace Co-authored-by: lvgx <l@vgx.fr> | |||
2020-04-20 | Add nvim as a diff tool for getplugs plugin (#527) | Krisan Alifari | |
* Add nvim as a diff tool for getplugs plugin * Comment out `is_cmd_exists()` * Add nvim diff tool for diffs plugin * Add $EDITOR to nuke plugin for editing/reading text file format * Modify diff command to fix CircleCI failures * Fix getplugs prompt * Allow nuke to use custom $PAGER | |||
2020-04-17 | nuke: add lowdown as alternative markdown viewer (#524) | lvgx | |
See https://kristaps.bsd.lv/lowdown/ | |||
2020-04-12 | Support $FZF_DEFAULT_COMMAND on fzopen plugin (#514) | Krisan Alifari | |
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 | Fix fzcd at /, minot refactor | Arun Prakash Jana | |
2020-03-31 | Update docs | Arun Prakash Jana | |
2020-03-30 | Add fortune to help | Arun Prakash Jana | |
2020-03-21 | Add verbose option (#497) | KlzXS | |
2020-03-16 | Update plugins to support some env vars | Arun Prakash Jana | |
2020-03-15 | batch rename: check dep, handle invalid input | Arun Prakash Jana | |
2020-03-15 | Adapt PR #495 | Arun Prakash Jana | |
2020-03-15 | Convert batchrename to bash and rename it (#495) | KlzXS | |
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 | Addressing #489 (#490) | KlzXS | |
* Fix empty printf, change separator for sed * Added missing quotes | |||
2020-03-11 | Add batchrename to readme, minor Makefile change | Arun Prakash Jana | |
2020-03-08 | POSIX compliant batchrename plugin (#488) | KlzXS | |
* Added (almost) POSIX compliant batch rename script * Not fully * Added selection/current prompt | |||
2020-03-03 | sxiv: load dir along with file | Arun Prakash Jana | |
2020-02-28 | Unlimited bookmarks and plugin keys | Arun Prakash Jana | |
2020-02-25 | Update help, check for mocp before using mocplay | Arun Prakash Jana | |
2020-02-23 | Update mocplay to understand opener calls | Arun Prakash Jana | |
2020-02-23 | Support coversion of current file | Arun Prakash Jana | |
2020-02-23 | Auto-select hovered file for diff when only 1 selected | Arun Prakash Jana | |
2020-02-23 | Plugin mp3conv to extract audio from media as mp3 | Arun Prakash Jana | |
2020-02-23 | Fix doc | Arun Prakash Jana | |
2020-02-20 | Tweak fzopen to show parent dir and filename with fzf | 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 | |