Skip to content

loweryaustin/qutebrowser-userscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Austin's qutebrowser UserScripts

Quickly Install All UserScripts

mkdir -pv ~/.local/share/qutebrowser/userscripts/
mkdir -pv ~/Downloads/qutebrowser-userscripts
git clone https://github.com/loweryaustin/qutebrowser-userscripts.git ~/Downloads/qutebrowser-userscripts
cp -v ~/Downloads/qutebrowser-userscripts/*.sh ~/.local/share/qutebrowser/userscripts/

Quickly Install a Single UserScript

mkdir -pv ~/.local/share/qutebrowser/userscripts/
mkdir -pv ~/Downloads/qutebrowser-userscripts
git clone https://github.com/loweryaustin/qutebrowser-userscripts.git ~/Downloads/qutebrowser-userscripts
# Optionally list the scripts that are avaialble:
ls -lah ~/Downloads/qutebrowser-userscripts
# Move the script that you want to use into the folder that qutebrowser reads scripts from. The live-reload.sh script is used in this example:
cp -v ~/Downloads/qutebrowser-userscripts/live-reload.sh ~/.local/share/qutebrowser/userscripts/
cat ~/.local/share/qutebrowser/userscripts/live-reload.sh

NOTE: In depth installation instructions, usage, etc can be found as code comments within each individual script.

live-reload.sh

Enables a user to live reload any webpage when a file is added, removed, or modified within a directory on their local filesystem. Standard application would be for a web developer who is editing a website that is being served from his/her local computer. Atypical use might be to reload an arbitrary webpage in Qutebrowser based on some filesystem event on the local computer.

About

UserScripts for qutebrowser to make the interwebs great again

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages