Jump to content

MarcG

Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    MarcG reacted to vitor in [SOLVED] Screenshots to preview. Is this possible?   
    Great! Not sure why having them together is not working on 10.13, but what matters is that it’s now working for you.
     
    Marking as solved. Enjoy! And welcome to the forums.
  2. Like
    MarcG reacted to juliosecco in [SOLVED] Screenshots to preview. Is this possible?   
    just for curiosity and trying to understand,
     
    could you try this?
     
    snapshot2
     
     
     
  3. Thanks
    MarcG reacted to vitor in [SOLVED] Screenshots to preview. Is this possible?   
    @MarcG Seems like the utility is still the same. Since your error is somewhat bizarre, this looks like an oddity in your personal setup. Just to get more data, what’s the result of: /usr/sbin/screencapture -i -P '/tmp/test.png'?
  4. Like
    MarcG got a reaction from vitor in [SOLVED] Screenshots to preview. Is this possible?   
    Seriously impressed. What an awesome forum.
     
    Many thanks!
  5. Thanks
    MarcG reacted to vitor in [SOLVED] Screenshots to preview. Is this possible?   
    screencapture, which comes with macOS, is surprisingly capable (man screencapture) and can do it in a single command:
    screencapture -iP "$(mktemp).png" i is to capture interactively (i.e., the same as ⌘⇧4). P is to open the image in Preview after it’s done. "$(mktemp).png" is a temporary file to store the screenshot, which screencapture needs.  
    Add that in a Run Script Action connect by a Hotkey Trigger, and you’re set. Here’s a ready-made Workflow.
×
×
  • Create New...