tremby / imgur.sh

Bart's Imgur uploader bash script
The Unlicense
213 stars 35 forks source link

Use in termux on android #24

Open tathastu871 opened 2 years ago

tathastu871 commented 2 years ago
elif type termux-clipboard-set &>/dev/null; then
        echo -n "$clip" | termux-clipboard-set
tremby commented 2 years ago

Nice.

I don't have that binary available; which package is it in?

Want to open a PR or you rather not for whatever reason?