Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-19 | preview-tabbed will now exit with ^C (#734) | cdarkly | |
* preview-tabbed will not exit with ^C * preview-tabbed will not exit with ^C | |||
2020-09-15 | sxiv automatically plays animations (part2) (#732) | Toni Jarjour | |
* sxiv automatically plays animations (part2) * Update imgview * Update imgview | |||
2020-09-14 | make sxiv automatically play animations (#731) | Toni Jarjour | |
2020-09-08 | preview-tabbed now kills lingering viewer | 0xACE | |
2020-08-30 | Add comment for imv command in imgview plugin. Check with which instead of ↵ | Dave Snider | |
version (#715) * change version checks to `which` instead. add comments around imvr in linux * add which checks for renamer and preview-tui as well | |||
2020-08-29 | Small plugin for jump. Also adds check for NNN_PIPE to autojump plugin (#714) | Dave Snider | |
* Add jump plugin to nnn * indents * Readme for plugin * add pipe check to autojump * indents to 4 Merge plugins jump and autojump | |||
2020-08-20 | nuke: use macOS open when GUI enabled (#705) | 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-17 | Update docs | Arun Prakash Jana | |
2020-08-15 | Adding support for `most` pager (#698) | Anarchiste | |
* Added support of most * Only test if bat exists * Faster this way * Don't test for bat' | |||
2020-08-09 | Haiku: General fixup, add icon, add rdef file | 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-21 | Allow absolute paths returned by fzf in fzcd plugin (#682) | 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-15 | Fix typo (#679) | Jason | |
2020-07-08 | Update preview-tui (#674) | lvgx | |
Co-authored-by: akimdi <akimdi@users.noreply.github.com> | |||
2020-07-06 | Add quick find (fd) and grep (rg) plugin examples | Arun Prakash Jana | |
2020-06-20 | Add plugin bulknew (#662) | KlzXS | |
* Add plugin bulknew * Update documentation * Update dependencies * Add whitespace note | |||
2020-06-16 | added support webp format (#652) | akimdi | |
* added support webp format * update nuke plugin with support webp format | |||
2020-06-11 | Sane tree defaults and viu support (#649) | Mario | |
2020-06-11 | support imv in imgview and nuke | Arun Prakash Jana | |
2020-06-10 | Use Firefox Send for upload if ffsend is found | Arun Prakash Jana | |
2020-06-10 | Add hx as alternative hex viewer | Arun Prakash Jana | |
2020-06-10 | preview-tui: make scope & pistol run before `file` (#647) | 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-10 | Pistol support (#646) | Mario | |
2020-06-10 | Kitty splits (#643) | 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-10 | Fixes environmental variables not being passed on preview-tui (#644) | Mario | |
2020-06-09 | preview-tui splits are inverted (#642) | Mario | |
* Easier to browse plugin README.md * Splits are inverted * $SPLIT clarification and default values for $SPLIT and $TERMINAL | |||
2020-06-09 | Easier to browse plugin README.md (#641) | Mario | |
2020-06-09 | Update docs | Arun Prakash Jana | |
2020-06-09 | Unified preview-tui and preview-kitty scripts (#634) | 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-08 | Simplify subdir creation | Arun Prakash Jana | |
2020-06-06 | preview-kitty: fix crash on first file on dash (#636) | 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-06 | Update preview-kitty (#638) | ncoder-1 | |
Fixed typo in preview-kitty. | |||
2020-06-04 | Update docs | Arun Prakash Jana | |
2020-06-04 | Added selection prompt and README entry (#633) | KlzXS | |
2020-06-04 | Add Live Previews asciicast | Arun Prakash Jana | |
Thanks @Kabouik! | |||
2020-06-04 | preview-tui: wait killed previewers (#632) | lvgx | |
2020-06-04 | Added GPG encrypt and decrypt plugins (#630) | KlzXS | |
* Added GPG encrypt and decrypt plugins * Made description more descriptive | |||
2020-06-04 | Fix tmux version check | Arun Prakash Jana | |
2020-06-04 | bookmarks: Pipe error to PAGER and clean up code (#631) | Todd Yamakawa | |
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-06-03 | Move Live Preview usage notes to Wiki page | Arun Prakash Jana | |
2020-06-02 | Key | to send file path to FIFO | Arun Prakash Jana | |
2020-06-02 | preview-tui: simplify, add generic fifo_pager() (#625) | 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-02 | Keep preview-tui generic | Arun Prakash Jana | |
2020-06-01 | Support mime, extension in preview-tui | Arun Prakash Jana | |
2020-06-01 | Fix shellcheck | Arun Prakash Jana | |
2020-06-01 | Simplify preview-tui | Arun Prakash Jana | |
2020-06-01 | Update preview-tui to adapt to terminal size | Arun Prakash Jana | |
2020-06-01 | Workaround #621: preview is updated on redraw (^L) | Arun Prakash Jana | |
2020-06-01 | Document non-repeat-refresh of file under preview | Arun Prakash Jana | |
2020-05-31 | Update docs | Arun Prakash Jana | |
2020-05-30 | Retire ^S as select plugin | Arun Prakash Jana | |