qutebrowser/misc/userscripts
Simon Désaulniers b4789e454a userscripts/readme: other userscripts (own repos)
Other userscripts found on their own repository listed under the section
"Other".
2018-08-19 17:23:29 -04:00
..
cast Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
dmenu_qutebrowser Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
format_json Refactor format_json userscript to not parse 'ls' output 2017-12-03 10:50:54 +01:00
getbib Add userscript to download bibtex for DOI scraped from current tab 2018-03-31 21:43:20 +02:00
open_download Use "command -v" instead of "which" in bash scripts 2018-02-27 06:23:00 +01:00
openfeeds Update some more references to old config options 2017-07-04 16:46:02 +02:00
password_fill Use "command -v" instead of "which" in bash scripts 2018-02-27 06:23:00 +01:00
qute-keepass Fix style issues in qute-keepass 2018-03-27 23:43:40 -04:00
qute-lastpass CR changes 2018-05-20 20:30:24 -04:00
qute-pass OTP for qute-pass. 2018-07-10 20:42:28 +08:00
qutedmenu Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
readability Simplify readability logic using get defaults 2018-02-18 14:49:09 -05:00
README.md userscripts/readme: other userscripts (own repos) 2018-08-19 17:23:29 -04:00
ripbang Make userscripts work on both Python 2 and 3 2017-09-29 13:38:38 +02:00
rss Use 'language: generic' for shellcheck, fix typo, correct indentation 2017-12-04 18:15:02 +01:00
taskadd Fix: prevent unmatched quote (#3726) 2018-03-16 06:16:16 -04:00
tor_identity Add import error message for stem. 2018-02-17 19:57:44 +01:00
view_in_mpv view-in-mpv: Remove --yes-playlist argument for youtube-dl 2018-06-06 09:59:03 +02:00

Userscripts

The following userscripts are included in the current directory.

  • cast: Cast content on your Chromecast using castnow. Only youtube-dl downloadable content.
  • dmenu_qutebrowser: Pipes history, quickmarks, and URL into dmenu.
  • format_json: Pretty prints current page's JSON code in other tab.
  • getbib: Scraping the current web page for DOIs and downloading corresponding bibtex information.
  • open_download: Opens a rofi menu with all files from the download directory and opens the selected file.
  • openfeeds: Opens all links to feeds defined in the head of a site.
  • password_fill: Find a username/password entry and fill it with credentials given by the configured backend (currently only pass) for the current website.
  • qute-keepass: Insertion of usernames and passwords from keepass databases using pykeepass.
  • qute-pass: Insert login information using pass and a dmenu-compatible application (e.g. dmenu, rofi -dmenu, ...).
  • qutedmenu: Handle open -s && open -t with bemenu.
  • readability: Executes python-readability on current page and opens the summary as new tab.
  • ripbang: Adds DuckDuckGo bang as searchengine.
  • rss: Keeps track of URLs in RSS feeds and opens new ones.
  • taskadd: Adds a task to taskwarrior.
  • tor_identity: Change your tor identity.
  • view_in_mpv: Views the current web page in mpv using sensible mpv-flags.

Others

The following userscripts can be found on their own repositories.