Jump to content

manavortex

Member
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Like
    manavortex got a reaction from erusev in Multiple keywords for a single script filter   
    Three years late to the party, but I am having the same issue. 


    Can this be done?
     
  2. Like
    manavortex got a reaction from devalias in Multiple keywords for a single script filter   
    Three years late to the party, but I am having the same issue. 


    Can this be done?
     
  3. Like
    manavortex got a reaction from benlim in Multiple keywords for a single script filter   
    Three years late to the party, but I am having the same issue. 


    Can this be done?
     
  4. Like
    manavortex reacted to deanishe in [question] Best practice (arg or default/fallback)   
    An optional argument to a Script Filter only determines whether the Script Filter will be run before you've entered a query. You still have to action a result to pass control to the next action.
     
    With a Keyword, you probably want to set your default/fallback in code. You can do it in Alfred with a pair of conditionals, but that's a lot more complicated than just doing it in code.
     
    If it's something you think you'll change a lot, put it in a workflow variable so you can change it from the workflow's configuration sheet.
  5. Like
    manavortex reacted to DJ Johnson in Default to "default terminal" for workflow scripts   
    When creating a workflow, the default "script" option points to "/bin/bash" but why not just run on the default terminal option (which could be "/bin/zsh" for me and bash for other people)?
  6. Like
    manavortex reacted to kjf in Add support for mailmate email client   
    The mailmate emails client (http://freron.com) is gaining a lot of traction recently. I use it as my primary email client and would love to see support added in Alfred.
  7. Like
    manavortex reacted to johnku in Vim Navigation Binding   
    Would be great there's an option to turn on vim navigation (h,j,k,l).
    This would probably replace ctrl + n / ctrl + p.
  8. Like
    manavortex reacted to CJK in Edit clipboard before pasting   
    Not a complete solution, but this establishes a hotkey that takes highlighted text in Safari, runs it through your regex, then sends the result to the clipboard.  Here, I've elected to use 〈Ctrl〉+〈C〉 as a close relative of 〈Cmd〉+〈C〉.
     

  9. Like
    manavortex reacted to Ovi in Edit clipboard before pasting   
    Hi,
     
    It would be nice to have the option to edit the selected item in the clipboard before pasting.
     
    Thank you.
×
×
  • Create New...