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-08 | preview-tabbed now kills lingering viewer | 0xACE | |
2020-06-20 | Add plugin bulknew (#662) | KlzXS | |
* Add plugin bulknew * Update documentation * Update dependencies * Add whitespace note | |||
2020-05-08 | Minor doc update | Arun Prakash Jana | |
2020-05-06 | Uniform plugins | Arun Prakash Jana | |
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 |