diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-10 07:34:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-10 07:34:35 +0000 |
commit | af89305dfee7222bdbbdc8b9572c9c80575541ad (patch) | |
tree | 93f241e61b671d3a8224db050025f65f9caf334b /.w3m/cgi-bin/fzf_surfraw_tmux.cgi | |
parent | update (diff) | |
download | scripts-af89305dfee7222bdbbdc8b9572c9c80575541ad.tar.gz scripts-af89305dfee7222bdbbdc8b9572c9c80575541ad.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .w3m/cgi-bin/fzf_surfraw_tmux.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.w3m/cgi-bin/fzf_surfraw_tmux.cgi b/.w3m/cgi-bin/fzf_surfraw_tmux.cgi index 11516fd..1c1bafb 100755 --- a/.w3m/cgi-bin/fzf_surfraw_tmux.cgi +++ b/.w3m/cgi-bin/fzf_surfraw_tmux.cgi @@ -34,7 +34,7 @@ PREFIX=$(surfraw -elvi | grep -v 'LOCAL\|GLOBAL'| fzf -e | awk '{print $1}') if [ "$PREFIX" = "" ]; then exit; fi # get user input -read -r -e -p " $PREFIX >> Enter Your Search Keyword: " INPUT +read -r " $PREFIX >> Enter Your Search Keyword: " INPUT # print proper url and copy to primary clipboard (aka highlighted clipboard) and tmux clipboard # surfraw -p "$PREFIX" "$INPUT" | xsel -p |