bookmk: use ^ as delimiter instead of #
this hopefully won't conflict with URLs
This commit is contained in:
parent
45e44797b5
commit
e6a7e3026e
@ -6,7 +6,7 @@
|
||||
# -o: print to stdout
|
||||
# -b: open in browser
|
||||
|
||||
output=$(cat ~/dox/not/bk.txt | fzf | awk -F'#' '{print $1}')
|
||||
output=$(cat ~/dox/not/bk.txt | fzf | awk -F'^' '{print $1}')
|
||||
|
||||
# default action: clip, stdout, browser
|
||||
action="clip"
|
||||
|
Loading…
Reference in New Issue
Block a user