Jump to content

How to modify an existing screenshot workflow


Recommended Posts

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.

Link to comment
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

 

Link to comment
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!!

Link to comment

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...