dotfiles/.local/share/qutebrowser/userscripts/shaarli_add.sh
Marty Oehme abde786e38 Add shaarli quick add bookmarklet to qutebrowser
Invoked by leader + bs (for bookmark shaarli); opens up the post page of
shaarli (hardcoded to my personal instance for now).
2019-12-20 12:21:57 +01:00

4 lines
175 B
Bash
Executable file

#! /usr/bin/bash
# send current page to my personal shaarli instance and open the 'post' page to edit it
echo "open https://links.martyoeh.me/?post=$QUTE_URL" >>"$QUTE_FIFO"