Merge branch 'master' of gitlab.com:marty-oehme/dotfiles
This commit is contained in:
commit
ffee75f514
5 changed files with 50 additions and 5 deletions
12
.local/share/qutebrowser/userscripts/wallabag_add.sh
Executable file
12
.local/share/qutebrowser/userscripts/wallabag_add.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
# from swalladge:
|
||||
# https://github.com/swalladge/dotfiles/blob/master/local/share/qutebrowser/userscripts/wallabag_add.sh
|
||||
|
||||
# for wallabag v1.*
|
||||
# `-w 0` disables auto line wrapping in base64
|
||||
# echo "open -t https://www.framabag.org/u/swalladge/?action=add&url='`echo -n "$QUTE_URL" | base64 -w 0`'" >> "$QUTE_FIFO"
|
||||
|
||||
|
||||
# v2.*
|
||||
echo "open https://read.martyoeh.me/bookmarklet?url=$QUTE_URL" >> "$QUTE_FIFO"
|
||||
Loading…
Add table
Add a link
Reference in a new issue