diff --git a/README.md b/README.md index dfb7739..7e85dbe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ A wrapper for youtube-dl to make easier (and automate) some things. ## clipimg.sh Uses fzf, rofi, fd (optional), and xclip to choose an image, get it onto the -clipboard, and select it for pasting. +clipboard, and select it for pasting. Works for JPG and PNG, does NOT work for +GIF, sadly. ## tmux_devour.sh diff --git a/clipimg.sh b/clipimg.sh index c82aebb..0ceaf7f 100755 --- a/clipimg.sh +++ b/clipimg.sh @@ -82,7 +82,7 @@ build_search_items() { # --preview 'chafa {}' # to the fzf string to get the preview window # -# AFAIK there's no way to preview with rofi +# AFAIK there's no way to preview with rofi ##############################################################################