Jump to content

slyfox

Member
  • Posts

    66
  • Joined

  • Last visited

Reputation Activity

  1. Like
    slyfox reacted to AndyP in New Bear Alfred Workflow   
    @drgrib is already working on it.
     
    According to his Github, we may have a new build tomorrow.
     
    https://github.com/drgrib/alfred-bear/pull/54
  2. Like
    slyfox reacted to jaapstronks in [SOLVED] How to use multiple subsequent list filters for 'open url' action with multiple keywords?   
    Update: solved, see below
    Hi, I'm new to Alfred workflows, and I'm trying to do the following. I'm using a list filter to quickly enter the admin url of WordPress websites we make. The keyword is 'wp-admin', and the List Filter is configured (for example) to let the Title 'client1' return the Arg https://www.client1.com/wp-admin/, and Title 'client2' would return the Arg https://www.client2.com/wp-admin. This works fine when I attach the 'Open URL' action to the list filter.
     
    However, what I really want to do, is type a second command, for example 'posts' to visit the the url with edit.php attached to it, or upload.php to visit the media upload page.
     
    Example: typing [wp-admin] [client1] [pages] would return https://www.client1.com/wp-admin/edit.php
     
    I thought of using two list filters, each followed by an 'args and vars' element to save each query to a variable ('url' and 'type'), and end with an 'open url' that opens {var:url}{var:type}, but it doesn't work. Whenever I hit 'enter' after typing the client name (or selecting it from the dropdown) it fills the base url. See screenshots step1.png and step2.png. Also, here is a link to my example workflow. Who can help me out?
     
    Update: solved it! In the var/arg box after the first list filter, I had to remove {query} from 'Argument' to prevent the query from being passed as a query to the next step - that's what caused it to paste the query into to the Alfred input field.
     
      


  3. Like
    slyfox got a reaction from Fabio in Hotkey to quickly edit existing snippet   
    +1 for a quick snippet editor
  4. Like
    slyfox got a reaction from vermeer in Hotkey to quickly edit existing snippet   
    +1 for a quick snippet editor
  5. Like
    slyfox reacted to joehave in Custom date/time formats for snippets   
    Sure can, check out the help document, specifically the Unicode LDML formats for dates, which is a little verbose, so I'll just give you the fish:
    {date:MMMM d}
×
×
  • Create New...