Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-07-15 | Fix typo (#679) | Jason | |
2020-07-08 | Update preview-tui (#674) | lvgx | |
Co-authored-by: akimdi <akimdi@users.noreply.github.com> | |||
2020-06-20 | Add plugin bulknew (#662) | KlzXS | |
* Add plugin bulknew * Update documentation * Update dependencies * Add whitespace note | |||
2020-06-11 | Sane tree defaults and viu support (#649) | Mario | |
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 | 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-04 | preview-tui: wait killed previewers (#632) | lvgx | |
2020-06-04 | Fix tmux version check | 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-05-28 | preview-tui: directly call $PAGER on text files (#599) | lvgx | |
2020-05-27 | preview-tui: async version using $PAGER to scroll preview (#597) | lvgx | |
2020-05-22 | Change binary file detection in preview-tui/kitty (#587) | lvgx | |
2020-05-06 | preview-tui: ensure 1st hovered file is previewed (#561) | lvgx | |
2020-05-06 | Uniform plugins | Arun Prakash Jana | |
2020-05-06 | preview-tui: fix tmux behaviour, del refs to nuke (#559) | lvgx | |
As reported by @toddyamakawa | |||
2020-05-06 | Add a tmux/xterm based text previewer plugin (#557) | lvgx | |
Uses `NNN_FIFO`, minimal dependencies. Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> |