3 # with this script you can store the current url in the clipboard, or go to the url which is stored in the clipboard.
11 "yank" ) echo -n "$url" | xclip
;;
12 "goto" ) echo "act uri $selection" > "$fifo";;
13 * ) echo "clipboard.sh: invalid action";;