Jump to content

How to modify an existing screenshot workflow


Recommended Posts

Posted

You’ll need to go into each Run Script, find each instance of screencapture, and add -u right after it, so it becomes screencapture -u <WHATEVER ELSE IS THERE>.


That has two consequences:

  1. Files are only saved after the preview disappears.
  2. Files are saved with the macOS default settings.

Posted
50 minutes ago, vitor said:

You’ll need to go into each Run Script, find each instance of screencapture, and add -u right after it, so it becomes screencapture -u <WHATEVER ELSE IS THERE>.


That has two consequences:

  1. Files are only saved after the preview disappears.
  2. Files are saved with the macOS default settings.

 

 

Thank you for your answer 🙂

 

Is the instance you mentioned in the picture below?

 

image.thumb.png.4bfeba358153c1a7e07d46d9727a5496.png

 

Posted
3 minutes ago, vitor said:

Yes, screencapture is there three times. It should always be at the start of line (ignoring spaces).

 

I don't know exactly where to write "-u" 😭

Posted
20 hours ago, vitor said:

After screencapture. In the first line, it would become screencapture -u -is "$filenamepath" >/dev/null 1>&2.

 

Sorry for the late reply 😭

I tried it as you explained, and it really works!!

Thank you so much!!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...