qutebrowser/misc/userscripts
Florian Bruhin 6e0c17b510 Fix some typos 2019-08-01 18:24:47 +02:00
..
README.md Add qute-code-hint to userscripts 2019-07-25 17:44:38 +02:00
cast Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
dmenu_qutebrowser Update copyright for 2019 2019-02-22 21:45:08 -08:00
format_json Adapted alias adding instruction 2019-04-30 16:56:50 +03:00
getbib Add userscript to download bibtex for DOI scraped from current tab 2018-03-31 21:43:20 +02:00
open_download typo 2019-04-30 01:14:12 +03:00
openfeeds Update copyright for 2019 2019-02-22 21:45:08 -08:00
password_fill Make shellcheck happy 2019-01-13 10:40:27 +01:00
qute-keepass Fix some typos 2019-08-01 18:24:47 +02:00
qute-lastpass CR changes 2018-05-20 20:30:24 -04:00
qute-pass support PASSWORD_STORE_DIR environmental variable 2019-04-28 12:50:36 +09:00
qutedmenu Fix new shellcheck issues 2019-01-03 22:11:58 +01:00
readability Simplify readability logic using get defaults 2018-02-18 14:49:09 -05: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

README.md

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.