mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-01 11:03:53 +00:00
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
echo open "$QUTE_URL"'#:~:text='"$QUTE_SELECTED_TEXT" >> "$QUTE_FIFO"
|
||
|
echo yank >> "$QUTE_FIFO"
|