Unfortunately the only way to take a screenshot of a program that I use is to manually paste in "screencapture -is ~/Desktop/*filenamehere.png*" onto terminal. Which is a hassle because I would need to pull up terminal, paste it, and type in the name of the file everytime I wanted to take a screenshot. And I take tons of screenshots.
Ive tried making a simple terminal workflow that is hotkeyed. It kind of works but the problems are that
It opens up a new terminal window every single time I use the workflow.
I can only save the file as a specific file name.
How would I go making a work flow that:
opens terminal
pastes "screencapture -is ~/Desktop/" into terminal
prompts me enter the file name of my choice
allows me choose the area to be screenshotted
screenshot the area
closes terminal
Thanks for your time