nikivi Posted March 21, 2020 Share Posted March 21, 2020 I often take images or save images to my clipboard and often need to upload these images somewhere but that requires a file with a path. I would love if I could press on cmd + return here And it would save the image to ~/Desktop. Would be super useful to me. Thank you. Link to comment Share on other sites More sharing options...
nikivi Posted March 21, 2020 Author Share Posted March 21, 2020 (edited) Perhaps it would also be nice if one could create custom `Clipboard Actions` similar to `File Actions`. So you can write actions that for example taken as input some clipboard text would save it as txt file in desktop or send to some API for processing. Or in case of image, can write an action to save clipboarded image to Desktop or some other place. Edited March 21, 2020 by nikivi Link to comment Share on other sites More sharing options...
vitor Posted March 21, 2020 Share Posted March 21, 2020 (edited) 2 hours ago, nikivi said: I often take images or save images to my clipboard and often need to upload these images somewhere but that requires a file with a path. pngpaste. It’s what I use in WebScreenshot. 2 hours ago, nikivi said: So you can write actions that for example taken as input some clipboard text would save it as txt file in desktop or send to some API for processing. That’s a regular Workflow. For the first one, you don’t even need to code; Alfred’s default utilities do it just fine. 2 hours ago, nikivi said: Or in case of image, can write an action to save clipboarded image to Desktop or some other place. Also a Workflow, just in need of the right tool (above). Edited March 21, 2020 by vitor Link to comment Share on other sites More sharing options...
nikivi Posted March 21, 2020 Author Share Posted March 21, 2020 Yeah but I can't take as input a clipboard entry, or can I? As in use Alfred Clipboard History search and action on it to then run input through my workflow? Link to comment Share on other sites More sharing options...
vitor Posted March 30, 2020 Share Posted March 30, 2020 Forgot to reply to this. On 3/21/2020 at 3:24 PM, nikivi said: Yeah but I can't take as input a clipboard entry, or can I? As in use Alfred Clipboard History search and action on it to then run input through my workflow? You can’t, no. Link to comment Share on other sites More sharing options...
Jasondm007 Posted December 2, 2020 Share Posted December 2, 2020 (edited) @nikivi I was looking for a solution to a different problem when I came across your post. In short, I struggled with the same clipboard/image issue in the past, and wound up making a simplistic workflow that dumps the most recent clipboard entry on the desktop as a jpg. It's hardly perfect, but it might help you get by until Alfred adds a more interactive clipboard. In any event, I've uploaded it for you here: https://gofile.io/d/AeWYKH Although it only works with the most recent clipboard entry, you could always add an argument to the front that allows you to specify which clipboard entry for it to use. Hope this helps! Edited December 2, 2020 by Jasondm007 Uploaded Workflow to a Less Sketchy Place! Link to comment Share on other sites More sharing options...
vitor Posted December 2, 2020 Share Posted December 2, 2020 13 minutes ago, Jasondm007 said: wound up making a simplistic workflow that dumps the most recent clipboard entry on the desktop as a jpg. Unfortunately, that won’t solve the issue. @nikivi would be able to build it himself too; what he wants isn’t possible with the current feature set. Tangentially, save screenshots as PNG, not JPG, as the latter is a lossy format and subpar for screenshots; it should only ever be used for photographs where file size matters. Link to comment Share on other sites More sharing options...
Jasondm007 Posted December 2, 2020 Share Posted December 2, 2020 I'm aware... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now