1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-08-31 02:46:42 +00:00
dotfiles/qutebrowser/userscripts/fragment

4 lines
106 B
Plaintext
Raw Permalink Normal View History

2024-08-13 21:53:38 +00:00
#!/bin/sh
echo open "$QUTE_URL"'#:~:text='"$QUTE_SELECTED_TEXT" >> "$QUTE_FIFO"
echo yank >> "$QUTE_FIFO"