We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c69c40 commit 5097bb4Copy full SHA for 5097bb4
fzf-url.sh
@@ -49,7 +49,7 @@ items=$(printf '%s\n' "${urls[@]}" "${wwws[@]}" "${ips[@]}" "${gits[@]}" "${extr
49
sort -u |
50
nl -w3 -s ' '
51
)
52
-[ -z "$items" ] && exit
+[ -z "$items" ] && tmux display 'tmux-fzf-url: no URLs found' && exit
53
54
mapfile -t chosen < <(fzf_filter <<< "$items" | awk '{print $2}')
55
0 commit comments