Benzi Posted March 15, 2013 Share Posted March 15, 2013 This screen capture workflow in Alfred makes taking quick screenshots easy. Screenshots are saved to your Desktop or to the Clipboard based on the option you select. Download from here and give it a whirl. Domenic, MikeAlt, Sridhar Katakam and 2 others 5 Link to comment
Trauni Posted March 15, 2013 Share Posted March 15, 2013 Nice Workflow, i love it. I`m not the biggest coder, is there a possibility to use "Capture Interactive to Clipboard" on a Hotkey? This is in use in my daily work... Thanks BR Klaus Link to comment
Benzi Posted March 15, 2013 Author Share Posted March 15, 2013 Yes, binding it to a hotkey should be possible as follows. You need to edit the workflow to add a hotkey. Select the workflow from Alfred Preferences, and click on the + button at the top right. In the drop down menu, select Triggers > Hotkey A small window will appear, where you need to set it up as follows: (You can set the hotkey to anything of course) Once the hotkey has been added to the workflow, you need to manually drag and create a link from the hotkey box to the Run Script box towards the right of the screen. Once all done, your workflow should look something like below: NOTE: The text that you enter in the hotkey settings window controls what option you want, and you can set up multiple hotkey for all the actions mentioned below: Enter ic is for interactive to clipboard Enter c is for whole screen to clipboard Enter i is for interactive Leave blank to save the whole screen Hope this helps! Link to comment
vdesabou Posted March 15, 2013 Share Posted March 15, 2013 Very cool, Thanks! I've noticed that Alfred has difficulties to remember the most used item. I believe (but not sure) that it is because your uid are too short (i, c, ic,etc..) I replaced them with "screencapture1, screencapture2, etc.." and now Alfred can remember the most used items correctly. Cheers Link to comment
Benzi Posted March 15, 2013 Author Share Posted March 15, 2013 Oh... Thanks for that. I have updated the workflow at the original download link to include more specific UIDs for all items. Hopefully it should resolve the problem you mentioned for everyone. Cheers Link to comment
throw Posted March 18, 2013 Share Posted March 18, 2013 (edited) Oh... Thanks for that. I have updated the workflow at the original download link to include more specific UIDs for all items. Hopefully it should resolve the problem you mentioned for everyone. Cheers Heads up, in interactive to screenshot, you missed the N off the word screen... ... and you just made my day with this. I was missing screen capture to clipboard in a big way. Seriously, thank you for sharing. If you plan to add to it, I would suggest open a new email message on top of copy to clipboard. I don't know about anyone else, but I would use the heck out of that. Edited March 18, 2013 by noise Link to comment
Trauni Posted March 18, 2013 Share Posted March 18, 2013 (edited) AWESOME thats what i really searching since a couple of month without any apps (except alfred ;-)) and customizations. THANKS Also special thanks: Now i know how to set Hotkeys on every workflow Yes, binding it to a hotkey should be possible as follows. You need to edit the workflow to add a hotkey. Select the workflow from Alfred Preferences, and click on the + button at the top right. In the drop down menu, select Triggers > Hotkey ....... Edited March 18, 2013 by Trauni Link to comment
Benzi Posted March 19, 2013 Author Share Posted March 19, 2013 Heads up, in interactive to screenshot, you missed the N off the word screen... My bad! fixed it now. I'll see about your suggestion - don't know quite how to achieve it, but if I can, will update the workflow... AWESOME thats what i really searching since a couple of month without any apps (except alfred ;-)) and customizations. THANKS Also special thanks: Now i know how to set Hotkeys on every workflow Your welcome! Glad to be of help... Link to comment
scottfwalter Posted March 19, 2013 Share Posted March 19, 2013 Just a reminder in interactive mode instead of drawing a rectangle you can press the space bar and select a window to capture. Benzi 1 Link to comment
Benzi Posted March 19, 2013 Author Share Posted March 19, 2013 (edited) If you plan to add to it, I would suggest open a new email message on top of copy to clipboard. I don't know about anyone else, but I would use the heck out of that. Try the latest version at the original download link. If you select any of the two options (Interactive / Save entire screen) while pressing the "Alt" key, you get the choice to open the taken picture in a new Mail message. This does not work for the copy to clipboard modes though. Edited March 19, 2013 by Benzi Domenic and blkrk4000 2 Link to comment
roza Posted March 19, 2013 Share Posted March 19, 2013 Hi, reduced the complexity of Benzi's workflow. All my workflow does, is take an interactive screenshot and place it directly into the clipboard when you press command+option+shift+4 ---- it is all I ever need when taking screenshots and it is faster than going through the alfred menus --- just in case anyone is interested. ---- Benzi's piece is of course way cooler.... https://www.dropbox.com/s/c903cayeunyjyoo/Screen%20Capture.alfredworkflow MikeAlt 1 Link to comment
throw Posted March 20, 2013 Share Posted March 20, 2013 Try the latest version at the original download link. If you select any of the two options (Interactive / Save entire screen) while pressing the "Alt" key, you get the choice to open the taken picture in a new Mail message. This does not work for the copy to clipboard modes though. You are my new hero. Thank you kindly. Link to comment
FiXER Posted April 1, 2013 Share Posted April 1, 2013 I would suggest also option to make screenshot of an selected windows. Similar to, when you press cmd+shift+4 and after that Spacebar Domenic and bencfd 2 Link to comment
flrvt Posted April 22, 2013 Share Posted April 22, 2013 Hi Thanks for this great workflow! I really appreciate your work. However, I was looking for a solution that does these things: Capture screenshot Copy to Dropbox Copy public link from Dropbox Shorten this link with bit.ly I ended up adding this functionality myself. This workflow will either upload it to Dropbox, or copy it to the clipboard. To save it to the desktop, the regular Mac OS shortcuts could be used, or perhaps the basic version of this workflow with a different keyword. I coded this with optional bit.ly support. However, you do need to edit the DROPBOXID to your personal user id in the bash Run Script. I also slightly changed how the filename was generated, with a more structured timestamp. You can download my version here, I hope it is useful: https://mega.co.nz/#!foonRCBY!JzpxdzyaQwCFW-mPqKc9YksvJBxITlaOhSAZU-jz8wQ Again, credits to Benzi, I just built on top of his workflow. Link to comment
iEnno Posted May 24, 2013 Share Posted May 24, 2013 Hi, reduced the complexity of Benzi's workflow. All my workflow does, is take an interactive screenshot and place it directly into the clipboard when you press command+option+shift+4 ---- it is all I ever need when taking screenshots and it is faster than going through the alfred menus --- just in case anyone is interested. ---- Benzi's piece is of course way cooler.... https://www.dropbox.com/s/c903cayeunyjyoo/Screen%20Capture.alfredworkflow You can accomplish this by just pressing ^⇧⌘4 (the standard one plus ctrl-key). You can even use ⇧⌘4 and draw the rectangle using the Ctrl-key to copy the result to clipboard. Just saying. This workflow is awesome btw. I was about to create something similar, but a short Google search proved other people already have been that smart myrison 1 Link to comment
roza Posted May 31, 2013 Share Posted May 31, 2013 You can accomplish this by just pressing ^⇧⌘4 (the standard one plus ctrl-key). You can even use ⇧⌘4 and draw the rectangle using the Ctrl-key to copy the result to clipboard. Just saying. This workflow is awesome btw. I was about to create something similar, but a short Google search proved other people already have been that smart Ha! Thanks! Didn't know! Link to comment
mufflerdog Posted June 6, 2013 Share Posted June 6, 2013 I may be missing something - should I be able to type the argument and have it pass through to the script? Should I be able to type "sc ic" to activate the interactive/clipboard mode? If so, that's not working for me. Link to comment
Edubits Posted June 25, 2013 Share Posted June 25, 2013 Thanks for this nice workflow, it saves me time! I had one issue: on my iMac I have my home directory on a separate hard drive. This means my desktop is not at /Users/$USER/Desktop. If you change both occurrences of /Users/$USER with ~ this is fixed and it will work no matter where your home directory is located. Link to comment
chadhs Posted June 25, 2013 Share Posted June 25, 2013 Nice job doing this with Alfred. Just an FYI that this is also built–in to OS X: # take screenshots on the mac - Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop - Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop - Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop - Command-Control-Shift-3: Take a screenshot of the screen, and save it to theclipboard - Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard - Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard. myrison 1 Link to comment
judas Posted July 28, 2013 Share Posted July 28, 2013 This is perfect! Thank you so much! Link to comment
rspike12 Posted October 31, 2013 Share Posted October 31, 2013 Any way to get the screen capture to a new mail in Sparrow instead of Mail pressing "alt"? Link to comment
glenmalan Posted February 16, 2014 Share Posted February 16, 2014 Hi Thanks for this great workflow! I really appreciate your work. However, I was looking for a solution that does these things: Capture screenshot Copy to Dropbox Copy public link from Dropbox Shorten this link with bit.ly I ended up adding this functionality myself. This workflow will either upload it to Dropbox, or copy it to the clipboard. To save it to the desktop, the regular Mac OS shortcuts could be used, or perhaps the basic version of this workflow with a different keyword. I coded this with optional bit.ly support. However, you do need to edit the DROPBOXID to your personal user id in the bash Run Script. I also slightly changed how the filename was generated, with a more structured timestamp. You can download my version here, I hope it is useful: https://mega.co.nz/#!foonRCBY!JzpxdzyaQwCFW-mPqKc9YksvJBxITlaOhSAZU-jz8wQ Again, credits to Benzi, I just built on top of his workflow. Please can you add 1 more step? After capturing the screenshot provide a way to rename it as an option (that way when going back to screenshots in the future they can be found or sorted more easily). Link to comment
judas Posted October 19, 2021 Share Posted October 19, 2021 Ok so I edited this script a bit to use the screenshot apps new ability t record screen, here's what I did (I hope it helps anyone that would like to keep the screenshots workflow in just one workflow) 🙂 Link to comment
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