<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nnn.git/plugins/preview-tabbed, branch master</title>
<subtitle>forked from https://github.com/jarun/nnn</subtitle>
<id>https://git.tsegers.com/nnn.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/nnn.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/'/>
<updated>2020-09-19T16:55:53Z</updated>
<entry>
<title>preview-tabbed will now exit with ^C (#734)</title>
<updated>2020-09-19T16:55:53Z</updated>
<author>
<name>cdarkly</name>
<email>70930787+cdarkly@users.noreply.github.com</email>
</author>
<published>2020-09-19T16:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=88256206d7ed38b2142e6d4d267a7d5081be77e1'/>
<id>urn:sha1:88256206d7ed38b2142e6d4d267a7d5081be77e1</id>
<content type='text'>
* preview-tabbed will not exit with ^C

* preview-tabbed will not exit with ^C</content>
</entry>
<entry>
<title>preview-tabbed now kills lingering viewer</title>
<updated>2020-09-08T11:21:43Z</updated>
<author>
<name>0xACE</name>
<email>0xaced@gmail.com</email>
</author>
<published>2020-09-08T11:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=858794fd271b3714a8fe65c4dda3de913cce0e31'/>
<id>urn:sha1:858794fd271b3714a8fe65c4dda3de913cce0e31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add plugin bulknew (#662)</title>
<updated>2020-06-20T13:39:32Z</updated>
<author>
<name>KlzXS</name>
<email>azszwymmvqdi@yahoo.com</email>
</author>
<published>2020-06-20T13:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=6147dc9a85d2a54aff3d735d6a7c88d18a8b4f1d'/>
<id>urn:sha1:6147dc9a85d2a54aff3d735d6a7c88d18a8b4f1d</id>
<content type='text'>
* Add plugin bulknew

* Update documentation

* Update dependencies

* Add whitespace note</content>
</entry>
<entry>
<title>Minor doc update</title>
<updated>2020-05-07T19:38:42Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-05-07T19:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=d71379e5b61d970cb10bff3bbab8ced632043b84'/>
<id>urn:sha1:d71379e5b61d970cb10bff3bbab8ced632043b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Uniform plugins</title>
<updated>2020-05-06T05:12:50Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-05-06T05:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=cfbb8f21177bf376698fa4d3b625d9627c1237e9'/>
<id>urn:sha1:cfbb8f21177bf376698fa4d3b625d9627c1237e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>which prints to screen</title>
<updated>2020-05-05T23:06:26Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-05-05T23:06:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=c360f5c90894c6d3c4065d678d52c08445466016'/>
<id>urn:sha1:c360f5c90894c6d3c4065d678d52c08445466016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor previewer plugin update, docs update</title>
<updated>2020-05-05T19:33:10Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-05-05T19:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=97df7df2972a8be54ccc68cfa74df9416378a6f1'/>
<id>urn:sha1:97df7df2972a8be54ccc68cfa74df9416378a6f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a tabbed/xembed based file previewer plugin (#552)</title>
<updated>2020-05-05T18:58:57Z</updated>
<author>
<name>lvgx</name>
<email>l@vgx.fr</email>
</author>
<published>2020-05-05T18:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=f47700a609cf1e17c9a796c26da3885c880255d4'/>
<id>urn:sha1:f47700a609cf1e17c9a796c26da3885c880255d4</id>
<content type='text'>
* 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-&gt;4 spaces

* preview-tabbed: add focus prevention timeout</content>
</entry>
</feed>
