qutebrowser/misc/userscripts
Florian Bruhin 4f93995294 Merge remote-tracking branch 'origin/pr/5758' into master 2020-10-05 20:27:07 +02:00
..
README.md Added qute-snippets to Others section of userscripts README.md 2020-10-01 10:39:23 -03:00
cast Rewrite file collection in misc_checks.py 2020-09-06 17:23:03 +02:00
dmenu_qutebrowser Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
format_json Adapted alias adding instruction 2019-04-30 16:56:50 +03:00
getbib Fix some LGTM issues 2020-04-30 12:36:52 +02:00
open_download typo 2019-04-30 01:14:12 +03:00
openfeeds Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
password_fill Trigger input change event in password_fill. 2020-02-14 11:23:13 +01:00
qute-bitwarden Rewrite file collection in misc_checks.py 2020-09-06 17:23:03 +02:00
qute-keepass Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
qute-lastpass qute-lastpass: Code-review changes 2020-07-21 12:09:36 -04:00
qute-pass Access qute-pass arguments directly and expand all paths 2020-09-18 11:26:15 +02:00
qutedmenu Fix new shellcheck issues 2019-01-03 22:11:58 +01:00
readability Whitespace 2019-08-22 09:49:19 +02:00
readability-js Merge remote-tracking branch 'origin/pr/5758' into master 2020-10-05 20:27:07 +02: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 cmd argument for control port. 2020-06-04 09:27:02 +02: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, ...).
  • qute-lastpass: Similar to qute-pass, for Lastpass.
  • qute-bitwarden: Similar to qute-pass, for Bitwarden.
  • qutedmenu: Handle open -s && open -t with bemenu.
  • readability: Executes python-readability on current page and opens the summary as new tab.
  • readability-js: Processes the current page with the readability library used in Firefox Reader View 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.