dotfiles/qutebrowser/.local/share/qutebrowser/userscripts/shaarli_add.sh
2019-12-29 23:12:13 +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"