yuya373 / emacs-slack

slack client for emacs
1.11k stars 117 forks source link

Add slack-clipboard-image-upload function. #511

Closed sarg closed 4 years ago

sarg commented 4 years ago

Oftentimes I make screenshot with flameshot and upload it to native slack client with simple C-v. This PR adds the same feature to emacs-slack.

chasecaleb commented 4 years ago

@yuya373 I would love to see this feature merged if it looks good to you. I can work around it by saving screenshots to a temp file and then using ~slack-file-upload~, but sending straight from clipboard would be even better.

yuya373 commented 4 years ago

Great! thanks