7 lines
226 B
Bash
Executable file
7 lines
226 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
# from swalladge:
|
|
# https://github.com/swalladge/dotfiles/blob/master/local/share/qutebrowser/userscripts/wallabag_add.sh
|
|
|
|
# v2.*
|
|
echo "open https://read.martyoeh.me/bookmarklet?url=$QUTE_URL" >>"$QUTE_FIFO"
|