From b4789e454abd2faf14850ede56b7144e79f34289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= Date: Fri, 29 Jun 2018 18:06:33 -0400 Subject: [PATCH] userscripts/readme: other userscripts (own repos) Other userscripts found on their own repository listed under the section "Other". --- misc/userscripts/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/misc/userscripts/README.md b/misc/userscripts/README.md index 216ded6a9..5680267b7 100644 --- a/misc/userscripts/README.md +++ b/misc/userscripts/README.md @@ -1,5 +1,7 @@ # Userscripts +The following userscripts are included in the current directory. + - [cast](./cast): Cast content on your Chromecast using [castnow][]. Only [youtube-dl][] downloadable content. - [dmenu_qutebrowser](./dmenu_qutebrowser): Pipes history, quickmarks, and URL into dmenu. @@ -30,3 +32,30 @@ [castnow]: https://github.com/xat/castnow [youtube-dl]: https://rg3.github.io/youtube-dl/ +## Others + +The following userscripts can be found on their own repositories. + +- [qurlshare](https://github.com/sim590/qurlshare): *secure* sharing of an URL between qutebrowser + instances using a distributed hash table. +- [qutebrowser-userscripts](https://github.com/cryzed/qutebrowser-userscripts): + a small pack of userscripts. +- [qutebrowser-zotero](https://github.com/parchd-1/qutebrowser-zotero): connects + qutebrowser to [Zotero][] standalone. +- [qute.match](https://github.com/bziur/qute.match): execute script based on + visisted url. +- [qutepocket](https://github.com/kepi/qutepocket): Add URL to your [Pocket][] + bookmark manager. +- [qb-scripts](https://github.com/peterjschroeder/qb-scripts): a small pack of + userscripts. +- [instapaper.zsh](https://github.com/dmcgrady/instapaper.zsh): Add URL to + your [Instapaper][] bookmark manager. +- [qtb.us](https://github.com/Chinggis6/qtb.us): small pack of userscripts. +- [pinboard.zsh](https://github.com/dmix/pinboard.zsh): Add URL to your + [Pinboard][] bookmark manager. + +[Zotero]: https://www.zotero.org/ +[Pocket]: https://getpocket.com/ +[Instapaper]: https://www.instapaper.com/ +[Pinboard]: https://pinboard.in/ +