bookmk: added script
This commit is contained in:
parent
9304a7cac9
commit
c166c15936
6
src/.local/bin/bookmk
Executable file
6
src/.local/bin/bookmk
Executable 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
|
Loading…
Reference in New Issue
Block a user