mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
fix shellcheck (#1301)
Shellcheck wines when printf doesn't get an argument
This commit is contained in:
parent
5c92a1770f
commit
d4ff2ebaf3
@ -2,7 +2,7 @@
|
||||
|
||||
# Feed this script a link and it will give dmenu
|
||||
# some choice programs to use to open it.
|
||||
feed="${1:-$(printf "%s" | dmenu -p 'Paste URL or file path')}"
|
||||
feed="${1:-$(true | dmenu -p 'Paste URL or file path')}"
|
||||
|
||||
case "$(printf "copy url\\nsxiv\\nsetbg\\nPDF\\nbrowser\\nlynx\\nvim\\nmpv\\nmpv loop\\nmpv float\\nqueue download\\nqueue yt-dlp\\nqueue yt-dlp audio" | dmenu -i -p "Open it with?")" in
|
||||
"copy url") echo "$feed" | xclip -selection clipboard ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user