aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)Author
2020-08-20nuke: use macOS open when GUI enabled (#705)Gravatar Gregory Anders
* nuke: use macOS open when GUI enabled * nuke: use is_mac function to test for macOS This is consistent with how the imgur plugin does detection. * Add macOS open command to plugins * pskill: only execute if input is non-empty
2020-08-17Update docsGravatar Arun Prakash Jana
2020-08-15Adding support for `most` pager (#698)Gravatar Anarchiste
* Added support of most * Only test if bat exists * Faster this way * Don't test for bat'
2020-08-09Haiku: General fixup, add icon, add rdef fileGravatar CodeforEvolution
- Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however) - Add a rdef file (specifies application metadata) - Add clipboard support, notififcation support, and basic nuke support - Fix support for fortunes on Haiku ("-s" option is not available on Haiku) - Cleanup Haiku recipe
2020-07-21Allow absolute paths returned by fzf in fzcd plugin (#682)Gravatar Jan Meischner
* Allow absolute paths returned by fzf in fzcd plugin * Fix issue with POSIX syntax * Add descriptive comment * Add comment * Remove description * Add new line at the end of the file Co-authored-by: Jan Meischner <jan.meischner@verimi.com>
2020-07-15Fix typo (#679)Gravatar Jason
2020-07-08Update preview-tui (#674)Gravatar lvgx
Co-authored-by: akimdi <akimdi@users.noreply.github.com>
2020-07-06Add quick find (fd) and grep (rg) plugin examplesGravatar Arun Prakash Jana
2020-06-20Add plugin bulknew (#662)Gravatar KlzXS
* Add plugin bulknew * Update documentation * Update dependencies * Add whitespace note
2020-06-16added support webp format (#652)Gravatar akimdi
* added support webp format * update nuke plugin with support webp format
2020-06-11Sane tree defaults and viu support (#649)Gravatar Mario
2020-06-11support imv in imgview and nukeGravatar Arun Prakash Jana
2020-06-10Use Firefox Send for upload if ffsend is foundGravatar Arun Prakash Jana
2020-06-10Add hx as alternative hex viewerGravatar Arun Prakash Jana
2020-06-10preview-tui: make scope & pistol run before `file` (#647)Gravatar Doron Behar
Both Pistol and `scope.sh` are run `file --mimetype` or an equivalent, internally. Thus, for speed, it's better to run them before almost anything else.
2020-06-10Pistol support (#646)Gravatar Mario
2020-06-10Kitty splits (#643)Gravatar Mario
* Easier to browse plugin README.md * Splits are inverted * trying to fix kitty splits * Correctly restores the kitty layout * More clear comments
2020-06-10Fixes environmental variables not being passed on preview-tui (#644)Gravatar Mario
2020-06-09preview-tui splits are inverted (#642)Gravatar Mario
* Easier to browse plugin README.md * Splits are inverted * $SPLIT clarification and default values for $SPLIT and $TERMINAL
2020-06-09Easier to browse plugin README.md (#641)Gravatar Mario
2020-06-09Update docsGravatar Arun Prakash Jana
2020-06-09Unified preview-tui and preview-kitty scripts (#634)Gravatar Mario
* Unified preview-tui and preview-kitty * Remove preview-kitty * No need to set $TERMINAL * fix undeclared variable * Integrated support for scope.sh * Review fixes * allow_remote_control must be enabled on kitty * Documentation, kitty splits and images fallback * fix restoring kitty layout
2020-06-08Simplify subdir creationGravatar Arun Prakash Jana
2020-06-06preview-kitty: fix crash on first file on dash (#636)Gravatar lvgx
In the dash shell, when `exec < fifo` is interrupted by SIGCHLD, it exits. So we replace it with `cat fifo |`. Issue discussed in #614
2020-06-06Update preview-kitty (#638)Gravatar ncoder-1
Fixed typo in preview-kitty.
2020-06-04Update docsGravatar Arun Prakash Jana
2020-06-04Added selection prompt and README entry (#633)Gravatar KlzXS
2020-06-04Add Live Previews asciicastGravatar Arun Prakash Jana
Thanks @Kabouik!
2020-06-04preview-tui: wait killed previewers (#632)Gravatar lvgx
2020-06-04Added GPG encrypt and decrypt plugins (#630)Gravatar KlzXS
* Added GPG encrypt and decrypt plugins * Made description more descriptive
2020-06-04Fix tmux version checkGravatar Arun Prakash Jana
2020-06-04bookmarks: Pipe error to PAGER and clean up code (#631)Gravatar Todd Yamakawa
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com>
2020-06-03Move Live Preview usage notes to Wiki pageGravatar Arun Prakash Jana
2020-06-02Key | to send file path to FIFOGravatar Arun Prakash Jana
2020-06-02preview-tui: simplify, add generic fifo_pager() (#625)Gravatar lvgx
* preview-tui: simplify, add generic fifo_pager() I've commented new filetype checks for now, as we need to discuss which ones should be included by default, keeping in mind that this is supposed to be a minimal, adaptable plugin. * preview-tui: preview with man, tar, unzip by default
2020-06-02Keep preview-tui genericGravatar Arun Prakash Jana
2020-06-01Support mime, extension in preview-tuiGravatar Arun Prakash Jana
2020-06-01Fix shellcheckGravatar Arun Prakash Jana
2020-06-01Simplify preview-tuiGravatar Arun Prakash Jana
2020-06-01Update preview-tui to adapt to terminal sizeGravatar Arun Prakash Jana
2020-06-01Workaround #621: preview is updated on redraw (^L)Gravatar Arun Prakash Jana
2020-06-01Document non-repeat-refresh of file under previewGravatar Arun Prakash Jana
2020-05-31Update docsGravatar Arun Prakash Jana
2020-05-30Retire ^S as select pluginGravatar Arun Prakash Jana
2020-05-30also send mutool to $PAGER (#615)Gravatar basbebe
2020-05-28preview-tui: directly call $PAGER on text files (#599)Gravatar lvgx
2020-05-27preview-tui: async version using $PAGER to scroll preview (#597)Gravatar lvgx
2020-05-26Fix typos (#595)Gravatar SZ Lin (林上智)
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
2020-05-23Add -a option to generate a temporary NNN_FIFO (#588)Gravatar lvgx
* Add -a option to generate a temporary NNN_FIFO * Add documentation for -a option * plugins/README.md: promote the use of -a This obsoletes the global FIFO unlink trick, so I remove mentions of it. @jarun update: Polish -a
2020-05-23preview-kitty polish (async version + text render for SVGs) (#591)Gravatar lvgx
* preview-kitty: async version The plugin now aborts slow file viewers. * preview-kitty: use text mode preview for SVG