Jump to content

iApple

Member
  • Posts

    73
  • Joined

  • Last visited

Reputation Activity

  1. Like
    iApple reacted to dfay in RPN calculator   
    Sorry - I hadn't changed the repo to be public - it is now.
  2. Thanks
    iApple reacted to vitor in Calendar Workflow   
    @iApple If you delete lines 28 through 33 on the base.py file in the Workflow’s directory, the message show go away and not show again.
     
    if self.wf.update_available: self.wf.add_item('New version available', 'Action this item to install the update', autocomplete='workflow:update', icon=ICON_INFO)  
  3. Like
    iApple reacted to giovanni in [Solved] Removing newline in clipboard   
    there's a plus before 2. 
    Tail command also comes with an ‘+’ option which is not present in the head command. With this option tail command prints the data starting from specified line number of the file instead of end. For command: tail +n file_name, data will start printing from line number ‘n’ till the end of the file specified.
  4. Like
    iApple reacted to vitor in Snippet in URL   
    Place the https://www.example_web.com/date_search&begin={date -1D:dd-mm-yyyy}&end={date:dd-mm-yyyy} in an Argument and Variables Utility and connect that to the Open URL using {query} as the URL.
  5. Thanks
    iApple got a reaction from dfay in Snippet Date format   
    Enter in snippet  {date:MMddyy} 
  6. Thanks
    iApple reacted to tylerhall in Sharing some useful simple Universal Action   
    TextBuddy developer here 👋
     
    Definitely looking into how to make all of TB's commands available through Alfred. I've been using Alfred myself since the pre-1.0 days, so getting TextBuddy connected would be a huge improvement for me as well.
  7. Like
    iApple got a reaction from Pearcen in Using alfred to start many applications at once and set up multiple workspaces   
    Thanks @Pearcen. I've modified it work with my setup.
     
    Pity workflow below doesn't work on Big Sur. It lists all layouts in Moom setup so can pick & choose which one to launch. 2nd portion works which is essentially @dfayscript but the 1st portion of getting list from Moom only works on Catalina.
     
  8. Like
    iApple got a reaction from Pearcen in Using alfred to start many applications at once and set up multiple workspaces   
    @Pearcen, thanks will give it a try. ^⌥⌘W is your shortcut for a specific Moom layout?
  9. Like
    iApple got a reaction from JJJJ in Calendar Workflow   
    Didn't know this calendar workflow exited and thanks for fixing for Big Sur. Unfortunately Big Sur does render few workflows obsolete 🤨. Hopefully more workflows will get updated. Thanks again for fixing this one.
  10. Like
    iApple got a reaction from giovanni in Consolidation of list of Workflows?   
    Thanks for the reply. This forum has been where I've been looking but it's bit difficult to discover a workflow (most of the time I come across workflows that are very helpful). Didn't realise some of these workflows existed until stubbled across them.
     
    https://awesomeopensource.com/project/msoedov/Alfred-collection - more structured summary but it's outdated though.
  11. Like
    iApple reacted to deanishe in Supporting alternative browser?   
    Generally speaking, no, you can't tell Alfred to use a different browser to your default one. Neither globally nor for specific features.
     
    You can specify a different browser in a workflow, so if there are just a few you want to open in Brave, you could recreate them in a workflow (it's only a Keyword plus an Open URL).
     
    Choosy might also be worth a look. You can set that as your default browser and have it send URLs to any browser you like according to your own rules.
  12. Like
    iApple reacted to vitor in Dropbox desktop app required to sync?   
    Yes.
  13. Like
    iApple got a reaction from Alan He in How do I import workflows?   
    Download the file, double click on that file, Alfred should prompt you to import or cancel.
×
×
  • Create New...