Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-30 | also send mutool to $PAGER (#615) | basbebe | |
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-26 | Fix typos (#595) | SZ Lin (林上智) | |
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org> | |||
2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | 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-23 | preview-kitty polish (async version + text render for SVGs) (#591) | lvgx | |
* preview-kitty: async version The plugin now aborts slow file viewers. * preview-kitty: use text mode preview for SVG | |||
2020-05-22 | Change binary file detection in preview-tui/kitty (#587) | lvgx | |
2020-05-17 | Update docs | Arun Prakash Jana | |
2020-05-17 | Add a preview-kitty plugin (#577) | lvgx | |
2020-05-17 | Late handle blocked mimes | Arun Prakash Jana | |
2020-05-15 | Fix #573: update docs | Arun Prakash Jana | |
2020-05-13 | Update docs | Arun Prakash Jana | |
2020-05-13 | Allow launching plugins with Alt + plugin's key (#569) | lvgx | |
* Allow launching plugins with Alt + plugin's key * Fix Alt key in filter/prompts modes * Fix handling Alt key in nextsel() In filter mode: run the associated plugin. In prompt mode: just throw out the Alt+key input. In nextsel(): differentiate Alt+key and Esc | |||
2020-05-10 | Block data type | Arun Prakash Jana | |
2020-05-08 | Minor doc update | Arun Prakash Jana | |
2020-05-06 | preview-tui: ensure 1st hovered file is previewed (#561) | lvgx | |
2020-05-06 | getplugs: add "master" version support (#560) | lvgx | |
Pass "master" as first argument to the script. | |||
2020-05-06 | Mention tmux version required | Arun Prakash Jana | |
2020-05-06 | Drop fzy support | Arun Prakash Jana | |
2020-05-06 | Add a bookmarks plugin that supports names (#558) | Todd Yamakawa | |
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-05-06 | Update docs | Arun Prakash Jana | |
2020-05-06 | Change requires to dependencies | Arun Prakash Jana | |
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 | Shorten column width | Arun Prakash Jana | |
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> | |||
2020-05-06 | which prints to screen | Arun Prakash Jana | |
2020-05-06 | Minor previewer plugin update, docs update | Arun Prakash Jana | |
2020-05-06 | Add a tabbed/xembed based file previewer plugin (#552) | lvgx | |
* Add a tabbed/xembed based file previewer plugin This plugin is written in bash, because job control is not well specified in POSIX sh (`jobs` can return anything). We use `tabbed` [1] as a xembed [2] host, to have a single window owning each previewer window. Uses mpv, sxiv, zathura, and the nuke plugin. [1]: http://tools.suckless.org/tabbed/ [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html * tabbed-preview: prevent focus steal with xdotool * preview-tabbed: tabs->4 spaces * preview-tabbed: add focus prevention timeout |