Files
opalfiles/.local/bin/bookmark_insert
2024-07-09 21:22:50 -07:00

9 lines
99 B
Bash
Executable File

#!/bin/sh
bookmark="$(wl-copy -o)"
file="~/.local/share/bookmarks"
echo "$bookmark" >> "$file"