Noted that GIF does not work with clipimg

master
Steven Saus 4 years ago
parent 2d5d832d27
commit 71906ad980
  1. 3
      README.md
  2. 2
      clipimg.sh

@ -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

@ -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
##############################################################################

Loading…
Cancel
Save