Jump to content

gr8

Member
  • Posts

    14
  • Joined

  • Last visited

Everything posted by gr8

  1. I you prefer a direct native integration and are happy with the built-in features, you can set the URL handler for Cardhop in Alfred's advanced Contacts information. x-cardhop://show?id={uid} Works very well, compatible with older Alfred versions. I recommend this over the workflow.
  2. Hi Vitor, can you please post an older version that works with Alfred 4, for those of us living in the past? It could be its own branch or version on GH. Thanks! PS: Oh wow, this was released almost 2y ago for Alfred 5 only. Oh well, never mind, thanks anyway!
  3. PS: False alarm. After manually re-downloading the `Alfred.alfredpreferences` package by clicking the little 🌩️ icon in the Finder, all is back. Phew 😌
  4. I was foolishly using iCloud to sync my Alfred 4 preferences and just lost everything since my last backup 8 months ago. All the fine-tunes workflows, snippets, searches… Feels like crying 🥺
  5. It was added with Camtasia, they have built in annotation feature.
  6. Alright, I played with it and changes just minor things, and ended up with a version that works well for me. http://files.timbru.com/alfred/Search Keychain.alfredworkflow Some changes: Works on Big Sur Keyword ka without a parameter just launches Keychain Access Keyword ka with a parameter will launch Keychain Access and search for the keyword Using the Cmd+Shift modifier will copy the first search result, e.g. similar to the Keychain Access built-in behaviour Using the Cmd modifier will launch Keychain Access. Now that I type this, not sure if needed, I'll probably remove it. I hope it's useful to others. Have a nice day.
  7. Hi folks, I just tried this for the first time on Big Sur. The workflow for getting the first match works well, but the one for listing all matches doesn't. Did anyone get it to work? Thanks!
  8. Send the selected or entered text to Deepl for translation. Hotkey Ctrl+T Or Keyword translate It's a very very basic workflow but it works great and I wish it should have existed before I create it. See it here alfred-deepl on GitHub
  9. That did it! Thank you very much, I'll remember this for the future.
  10. Why would this script throw an error when used in an Alfred workflow but work when launched in Script Editor? -- from https://gist.github.com/sillygwailo/1236890 on alfred_script(q) property theURL : "" tell application "Safari" set theURL to URL of current tab of window 1 end tell tell application "Google Chrome" if (count of (every window where visible is true)) is greater than 0 then tell front window make new tab end tell else make new window end if set URL of active tab of window 1 to theURL activate end tell end alfred_script The error it throws in the debug console is: See also here http://snpy.in/nRniak Sorry for the n00b question. Thanks for your help!
  11. I'm struggling to port my Alfred 1 scripts to Alfred 2 workflows. Your TC workflow at #5 seems awesome, would you mind sharing that? Thank you.
×
×
  • Create New...