Marty Oehme
abde786e38
Invoked by leader + bs (for bookmark shaarli); opens up the post page of shaarli (hardcoded to my personal instance for now).
4 lines
175 B
Bash
Executable file
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"
|