home/qutebrowser - add ~/.local files
This commit is contained in:
parent
79db29f70b
commit
5ab02018c5
393 changed files with 100750 additions and 1 deletions
10
home/files/local-qutebrowser/userscripts/sendurl
Executable file
10
home/files/local-qutebrowser/userscripts/sendurl
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
. ~/.bash_ssh
|
||||
TARGET="pinetab"
|
||||
if [ "$(hostname -s)" == "${TARGET}" ]
|
||||
then
|
||||
HOST=loki
|
||||
else
|
||||
HOST=${TARGET}
|
||||
fi
|
||||
ssh "${HOST}" "/home/don/bin/myweb ${QUTE_URL}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue