bookmk: added script

This commit is contained in:
dogeystamp 2022-11-04 11:22:27 -04:00
parent 9304a7cac9
commit c166c15936
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

6
src/.local/bin/bookmk Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# Copy a bookmark to clipboard.
# Requires fzf, xsel
# Bookmarks are stored in ~/dox/not/bk.txt, commented with #
cat ~/dox/not/bk.txt | fzf | awk -F'#' '{print $1}' | xsel -ib