Jump to content

ionstorm

Member
  • Posts

    21
  • Joined

  • Last visited

Reputation Activity

  1. Haha
    ionstorm reacted to sepulchra in Need some suggestions on how to tidy my app switching workflow   
    Oh, I thought you were looking for a transient replacement for the sound alert 
  2. Like
    ionstorm reacted to sepulchra in Need some suggestions on how to tidy my app switching workflow   
    You could use the "Post Notification" object instead.
  3. Like
    ionstorm reacted to Stephen_C in Need some suggestions on how to tidy my app switching workflow   
    Well you could certainly tidy it using the Junction Utility. Here's an example of what I mean (missing the final links…but you'll see what I mean):
     

    (Obviously you wouldn't need the last Junction in each chain and would replace it with the Launch Apps/Files action.) Someone else may well come up with a better idea but I think that would work.
     
    In passing, the Junction Utility is useful when you need to tidy a workflow.
     
    Stephen
  4. Like
    ionstorm got a reaction from TomBenz in Your most used workflows   
    On a daily basis
     
    Browser Tabs by Emmanuel Pilande
    Calculate Anything by Biati Digital
    Menu Bar Search by Benzi Ahamed
    Search Notes by Sean Ballinger
    System Settings by Vítor Galvão
     
    and a workflow I put together to use as an app switcher (used to use Karabiner)
  5. Like
    ionstorm reacted to vitor in How to hide Preference Panes from results   
    Look at your Alfred Preferences screenshot in the top post. Right at the top you find Essentials: Preferences. Untick that.
  6. Like
    ionstorm reacted to vitor in Calculate Anything   
    @mnmkng You just need:


    brew uninstall php brew install php@7.4 brew link php@7.4
  7. Thanks
    ionstorm reacted to epilande in Alfred Browser Tabs - Search browser tabs from Chrome, Brave, Vivaldi, & Safari   
    This workflow allows you to search browser tabs from Chrome, Brave, Vivaldi & Safari.
     
    GitHub: https://github.com/epilande/alfred-browser-tabs
    Download: https://github.com/epilande/alfred-browser-tabs/releases/latest/download/Browser-Tabs.alfredworkflow
     
    Commands
    chrome tabs {query} – Fetch tabs from Google Chrome and filter based on query.
    brave tabs {query} – Fetch tabs from Brave Browser and filter based on query.
    vivaldi tabs {query} – Fetch tabs from Vivaldi and filter based on query.
    safari tabs {query} – Fetch tabs from Safari and filter based on query.
     
    Copy to clipboard
    Holding the CTRL key while selecting an item will copy the selected tab URL to your clipboard.
     
    Demo

     
    Screenshot of workflow

     

  8. Like
    ionstorm reacted to Chris Messina in Please recommend me a workflow to search Chrome tabs   
    Have you tried this version that speeds up tab processing?
  9. Like
    ionstorm reacted to deanishe in Change default terminal to kitty   
    Kitty doesn't support AppleScript. You can generally assume that's the case with any cross-platform application.
     
     
    Run Script Editor, then menu item File > Open Dictionary…
     
    If the application isn't in the list, it doesn't support AppleScript.
     
     
    This would appear to be the best place to start: https://sw.kovidgoyal.net/kitty/remote-control.html
     
    As that's a proper API, it should work better than Hyper or Alacritty.
  10. Thanks
    ionstorm reacted to vitor in Download Media — Download video and audio from web pages   
    @ionstorm Thank you for the good bug report. Fixed in the latest version, just released.
  11. Like
    ionstorm got a reaction from Vero in Alfred 4.0.6 Toggle Breaks on Catalina   
    I just wanted to let you know that I did try to test it out in as systematically as I could - however I could not replicate the problem by going through the test cases like this. The waking and sleeping alone doesn't produce this problem. Maybe it has to go into hibernation in order to manifest itself.
     
    Machine Type: MacBook Pro 2015
    OS: macOS Catalina 10.15.2
     

  12. Like
    ionstorm reacted to deanishe in Safari Assistant   
    The workflow isn't capable of doing that. It only knows how to activate tabs based on window and tab numbers, not titles or URLs.
     
    You should be able to write a script to do what you want based on the scripts the workflow uses to get tab info and activate them.
×
×
  • Create New...