웹 애플리케이션(slack, github 등)에 붙여넣을 수 있도록 gif를 클립보드에 복사하려고 합니다.
나는 운없이 다음을 시도했습니다.
xclip -selection clipboard -t image/gif < /path/to/image.gif
답변1
넌 할 수있어
/opt/dragon --on-top --and-exit image.gif & sleep 0.1
/opt/dragon --on-top --and-exit cover.mp4 & sleep 0.3
그리고 xdotool
드래그 앤 드롭을 사용하세요
답변2
xclip -selection clipboard -t image/gif -i /path/to/image.gif