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

7 lines
274 B
Bash
Raw Normal View History

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