Jump to content

Ehler

Member
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ehler got a reaction from vitor in Making Python 2 Workflows work on macOS Monterey 12.3 and above   
    I'm a music teacher. I've tried to learning Javascript (for apps like Drafts and Omni Automation) before but I haven't really been successful. My interest in learning Python would only be to write my own Alfred workflows, but others are doing a good enough job that the fact I'll probably never find the time doesn't bother me. Alfred speeds up my work more than anything else, and while I'd love to be able to take that further, I probably won't ever be in a position to.
  2. Like
    Ehler got a reaction from xilopaint in Making Python 2 Workflows work on macOS Monterey 12.3 and above   
    I'm a music teacher. I've tried to learning Javascript (for apps like Drafts and Omni Automation) before but I haven't really been successful. My interest in learning Python would only be to write my own Alfred workflows, but others are doing a good enough job that the fact I'll probably never find the time doesn't bother me. Alfred speeds up my work more than anything else, and while I'd love to be able to take that further, I probably won't ever be in a position to.
  3. Thanks
    Ehler reacted to dfay in Create new task in OmniFocus inbox   
    Not until OF3 ships.  I poked around in the SQL and the tag data isn’t being synced to OF2 even though it’s obviously there in the cloud.  Until we can read the SQL there’s no way to tell what to look for.
  4. Like
    Ehler got a reaction from thanasut in Create new task in OmniFocus inbox   
    Sorry to necro, does anyone have a link to this still?
  5. Like
    Ehler reacted to GuiB in Cardhop Workflow   
    I played around with Cardhop and here is a workflow that I made. I wanted to get more time before sending some workflows to the forum to setup a repository and with an auto-update to the workflow, but I didn't have the time yet for that. And since some people mentioned that they would like a workflow for Cardhop, here is one!
     
    Features:
    Keyword "chc" : Search a contact in Alfred and open it in Cardhop Keyword "chs" or hotkey : Send the query to Cardhop. If the query is empty, it tries to get the selection from the front application and send it to Carhop (In short, you can select the contact information on it's website or email and call "chs" from Alfred and the selection should be sent directly to Cardhop). You can use this action to send the selection or pass a string to your Favorites list (alternative to keyword: chf) or to the Cardhop's Actions (alternative to keyword: cha). Keyword "chf" : Send a string from your Favorites list directly to Cardhop (could be used as a Snippets/Bookmarks list to rapidly write a query to Cardhop that you know gives you the right information in it without the need to write it all). Write your list in the Workflow Environment Variables "Favorites" and separated by semicolon (";"). Ex: Call mom home;Mail boss work;facetime Complicated Name;website businessName;/MyTag;Direction dentist... A variable "{q}" could be used to have a placeholder for a string that you want to set just before sending to Cardhop (ex: "Email {q} work" where {q} could be changed to any name at the time that you invoke the workflow). Tip: To directly activate an action in Cardhop, it seems to delay the input until it has done parsing the query, so you can rapidly press Enter a second time when you select an item from your Favorites list in Alfred and it should run the first action that Cardhop returns. Keyword "cha" : Show a list of possible Carhop actions. If arriving to this function using the Send feature (chs), then the selection or query would be appended to the Cardhop action before sending it. Hotkey to Send selection to Cardhop : If you prefer to send the selection directly to Cardhop with a hotkey instead of a keyword Fallback search to send the query to Cardhop : If you want to write the information directly in Alfred without any keyword before. To make it works, you would need to add the Fallback search into the Alfred Preferences at: "Features/Default Results/Setup fallback results/+/Workflow Trigger/Send to Cardhop" External trigger to send a string to Cardhop from an external script. Other external triggers are set if you want to pop the Favorites list or Actions list from an external script. Append/Prepend string : Add a string before or after the main string before sending using a predefined list or any string if the query doesn't match an item in the list (Could be useful to have a list of predefined group/tags) (See "Workflow Environment Variables" and "Navigation" lists below)
    Workflow Environment Variables:
    Favorites List: See keyword "chf" above AppendToSend : Set a predefined list of string to append using the Append feature (ALT key) PrependToSend : Set a predefined list of string to prepend using the Prepend feature (CTRL key)
    Navigation:
    CMD key : Go to the Send feature Actions List (chs) ALT key : Activate the selected item and append extra string (using the AppendToSend list) CTRL key : Activate the selected item and prepend extra string (using the PrependToSend list)  
    Tip: If you want to use Cardhop as the application to open from Alfred when you are viewing a contact with the Alfred Contact Viewer and press CMD+O: Insert "x-cardhop://show?id={uid}" into the Alfred Preferences at "Features/Contacts/Advanced/URL Handler" instead of using "addressbook://{uid}". This should do the same as the keyword "chc" but without the need to write the keyword before searching for a contact and use directly the built-in contact search of Alfred
     
    Download Link (latest version): https://d.pr/f/SX4Sn7
     
    Download Link (older version, latest version using Python 2): https://d.pr/f/rQTPtu
     
    Have fun!
  6. Like
    Ehler reacted to able in Cardhop Workflow?   
    Hi all, is anyone else excited by the concept of a Cardhop Alfred workflow? One that works, I imagine, like the fantastical workflow. Is such a thing even possible? It seems like it would be incredible.
×
×
  • Create New...