Arun Prakash Jana
ffe472ac32
Revert "Close previewer when opening file ( #1171 )"
...
This reverts commit 532532704e
.
2021-09-22 05:46:45 +05:30
luukvbaal
532532704e
Close previewer when opening file ( #1171 )
2021-09-21 10:18:51 +05:30
Arun Prakash Jana
5e8ef070dc
Sanitize in-plugin documentation
2021-05-15 23:02:01 +05:30
Arun Prakash Jana
f343f315b5
Replace which with builtin type in plugins
2021-05-14 17:33:28 +05:30
Arun Prakash Jana
2f6046e6da
Use short options
2021-03-21 19:33:43 +05:30
freddii
50386ff511
fixed wrong spelled words
2021-01-18 13:55:28 +01:00
Robin Schneider
25eba96466
Use HTTPS everywhere (mechanical edit using util from https-everywhere)
...
```Shell
~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
```
Ref: https://github.com/EFForg/https-everywhere/tree/master/utils/rewriter
Remove suspicious file
2021-01-07 08:32:59 +05:30
cdarkly
88256206d7
preview-tabbed will now exit with ^C ( #734 )
...
* preview-tabbed will not exit with ^C
* preview-tabbed will not exit with ^C
2020-09-19 22:25:53 +05:30
0xACE
858794fd27
preview-tabbed now kills lingering viewer
2020-09-08 13:21:43 +02:00
KlzXS
6147dc9a85
Add plugin bulknew ( #662 )
...
* Add plugin bulknew
* Update documentation
* Update dependencies
* Add whitespace note
2020-06-20 15:39:32 +02:00
Arun Prakash Jana
d71379e5b6
Minor doc update
2020-05-08 01:08:42 +05:30
Arun Prakash Jana
cfbb8f2117
Uniform plugins
2020-05-06 10:42:50 +05:30
Arun Prakash Jana
c360f5c908
which prints to screen
2020-05-06 04:36:26 +05:30
Arun Prakash Jana
97df7df297
Minor previewer plugin update, docs update
2020-05-06 01:03:10 +05:30
lvgx
f47700a609
Add a tabbed/xembed based file previewer plugin ( #552 )
...
* 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
2020-05-06 00:28:57 +05:30