home/gui/qutebrowser | add new userscript, minor cleanup
This commit is contained in:
parent
c7338f2cbc
commit
3675e40ada
2 changed files with 6 additions and 7 deletions
4
home/gui/files/local-qutebrowser/userscripts/save-url
Executable file
4
home/gui/files/local-qutebrowser/userscripts/save-url
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VAULT="/home/don/src/nixos/RepoUrls.md"
|
||||
echo "* [${QUTE_TITLE}](${QUTE_URL})" >>"${VAULT}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue