Jump to content

matthewstroh

Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    matthewstroh reacted to Terminal in Can Alfred search Apple Notes?   
    https://github.com/sballin/alfred-search-notes-app
     
    seems relatively updated
  2. Like
    matthewstroh reacted to TomBenz in A workflow-action for keystrokes and mouse   
    I can simulate a mouse click with AppleScript code like this:
    tell application "System Events" click at {123,456} end tell but unable to get mouse position of current using it. I find cursor positions using "Screenshot" tool, activated by Cmd+Shift+4 shortcut generally. Pls advise
  3. Like
    matthewstroh got a reaction from giovanni in Character & Word Counter Workflow   
    Much appreciated, @giovanni. Your non-PHP version worked perfectly for me. Kudos to you and @ibnuh. This workflow will save me a tiny bit of time every day.
  4. Thanks
    matthewstroh reacted to giovanni in Character & Word Counter Workflow   
    or, you can use this version that doesn't need PHP
  5. Like
    matthewstroh reacted to cands in Secure Password Generator   
    The new version kindly provided by @vitor here https://www.alfredforum.com/topic/17941-making-python-2-workflows-work-on-macos-monterey-123-and-above/ works great on my machine with Monterey macOS 12.3.1 - I recommend to try that.
  6. Like
    matthewstroh reacted to michbsd in Making Python 2 Workflows work on macOS Monterey 12.3 and above   
    pwgen fixed package is still not working:
    https://github.com/alfredapp/updated-third-party-python2-workflows/issues/7
  7. Like
    matthewstroh reacted to deanishe in Can I have random autotext?   
    I am currently enjoying one of the beers you bought me. Thanks very much!
     
  8. Like
    matthewstroh got a reaction from deanishe in Can I have random autotext?   
    Brilliant, deanishe! This worked perfectly.
     
    If you're a beginner like I am, you might want to see the step-by-step of how I implemented it (for those who are curious).
    In Alfred, go into the Workflows area, click the [+] in the lower left-hand corner and select "Blank Workflow" Give your new Workflow a title (I chose "My Email Greetings") and click [Save] Right-click on the main working area (where the Alfred components go) and select: Input » Keyword Choose a proper keyword and write a title for your workflow – I chose "greetings" for the keyword and "Email Greetings and Phrases" for the title. Make sure to choose "No Argument" and click [Save] Right-click on the main working area and select: Actions » Run Script In the pop-up that appears, change the Language to /usr/bin/python as deanishe noted above Paste in deanishe's script above into the script area, making sure to remove the default 'query' content that was in the text area. Click [Save] Right-click on the main working area and select: Output » Copy to Clipboard On the pop-up window that appears, optionally check the box next to "Automatically paste into front-most app." I chose to do this so when I run my email greetings it will automatically put the text into my new email when I run the app. Click [Save] Connect the Keyword to the left side of the Run Script component Connect the right side of the Run Script component to the  left side of the Copy to Clipboard component Open up a text file or email and test it out with the keyword "greetings" (or whatever you chose) If you're satisfied, then go in and change the sentences in the Run Script If you're really satisfied, buy danishe a beer using the link in his signature!
×
×
  • Create New...