aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/preview-kitty
AgeCommit message (Collapse)Author
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-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
2020-05-22Change binary file detection in preview-tui/kitty (#587)Gravatar lvgx
2020-05-17Add a preview-kitty plugin (#577)Gravatar lvgx