Jump to content

Jurgenfd

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Jurgenfd reacted to Jetboi in Paste function doesn't work on Mac OS Mojave [Resolved in Alfred 3.7 beta]   
    Looks like it copies it but does not paste it. After selecting an item from the clipboard you can use CMD V to paste it. 
  2. Like
    Jurgenfd reacted to Ginfuru in Screen shot with Aflred   
    Here is the GitHub Repo: https://github.com/ginfuru/Alfred-ScreenCapture
     
    I write a lot of documents that require me to take screen shots regularly, to show a process or steps for whatever is relavent. So I created this workflow to help me save time, while not having to rely on small apps that site in the menu bar and it fully taking advantage of features that are already built into the OS. 
     
    This workflow use a Keyword trigger to capture your screen either as a full screen, a selection, a window or timed PNG file and then opens up the file in Preview for annotating/editing. 
     
    Download it - http://rnydm.us/Ndbp        >>> http://i.makitra.in/Ndbp
     
     
    If you'd like to change the file format
     
    Edit :  
    screencapture -icWP ~/Desktop/{query}.png Change it to: 
    screencapture -icWP pdf ~/Desktop/{query}.pdf You can change this to really whatever format you want. 
     
     
     
    If you'd like to change what Application that opens
     
    Edit:
    screencapture -icWP ~/Desktop/{query}.png Change it to:
    screencapture -icW ~/Desktop/screenshot.png And link it to the OUTPUT Run Script 
     
     
    If you have questions just ask
×
×
  • Create New...