dots-of-war/files/scripts/rofi-open.sh

7 lines
216 B
Bash
Raw Normal View History

2020-03-27 08:06:13 +00:00
#!/bin/bash
selection=$( cat ~/scripts/bookmarks | sed -r 's/^([^ ]*) .*$/\1/' | rofi -p open -dmenu -no-custom )
[ -z "$selection" ] && exit 1
cat ~/scripts/bookmarks | sed -n -r "s/^$selection (.*)$/\1/p" | bash