Goodbye rofi.
This commit is contained in:
parent
4cf6a6510b
commit
d4de9ab67f
@ -12,7 +12,7 @@ urls="$(sed 's/.*│//g' | tr -d '\n' | # First remove linebreaks and mutt sideb
|
|||||||
|
|
||||||
while getopts "hoc" o; do case "${o}" in
|
while getopts "hoc" o; do case "${o}" in
|
||||||
h) printf "Optional arguments for custom use:\\n -c: copy\\n -o: xdg-open\\n -h: Show this message\\n" && exit 1 ;;
|
h) printf "Optional arguments for custom use:\\n -c: copy\\n -o: xdg-open\\n -h: Show this message\\n" && exit 1 ;;
|
||||||
o) chosen="$(echo "$urls" | rofi -dmenu -i -p 'Open url' -l 10)"
|
o) chosen="$(echo "$urls" | dmenu -l 20 -i -p 'Open url')"
|
||||||
setsid xdg-open "$chosen" >/dev/null 2>&1 & ;;
|
setsid xdg-open "$chosen" >/dev/null 2>&1 & ;;
|
||||||
c) echo "$urls" | dmenu -i -p 'Copy which url?' -l 10 | tr -d '\n' | xclip -selection clipboard ;;
|
c) echo "$urls" | dmenu -i -p 'Copy which url?' -l 10 | tr -d '\n' | xclip -selection clipboard ;;
|
||||||
*) printf "Invalid option: -%s\\n" "$OPTARG" && exit 1 ;;
|
*) printf "Invalid option: -%s\\n" "$OPTARG" && exit 1 ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user