giovanni Posted March 15 Share Posted March 15 (edited) I have a few workflows that I use regularly but their use cases are pretty narrow. I thought I'd share some of them in case others out there are interested. They are not super polished and documentation is minimal, happy to refine if anybody else other than me would like to use any of them. Phonetic Spelling 🙊 An Alfred workflow for the phonetically challenged use a hotkey or a keyword (default: spell) actioning one item will show spelling in large font shift+enter will open a custom dictionary (remember to leave at least one space between letter and word) choose dictionary in Workflow configuration: currently included: American, English, International, Italian, German, Morse, American Civil War, custom. Download Outlook email sweeper (aka alfred-emailstrom) 🧹 email sweep assistant start 'email sprints' in Outlook record email sweep rate over time estimate number of sprints and time needed to clear your inbox optional for Complice users: record email sprints in your complice account a report is copied to the clipboard in markdown format Workflow configuration setup: keyword or hotkey to launch the workflow email folder to watch length of sprints complice-related stuff Note: menubar countdown needed to show a counter in the menubar. brew install --cask menubar-countdown to install Download Fetch outlook meeting details 📎 Grab event details from your Outlook calendar without selecting them or focusing on the app. Set the time interval in `Workflow configuration`, e.g: 0 will show concurrent events, 10 events that will be concurrent in 10 min etc. Actioning an event will copy to clipoboard in Markdown format Download Alfred-line-a-day 〰️ one-line-a-day journal If you, like John Quincy Adams, like to summarize a day in one line (typically ~100 characters), this simple workflow will add a timestamp and save it in your txt or md file. Download Edited March 15 by giovanni chrislemke 1 Link to comment
Vero Posted March 16 Share Posted March 16 I love the phonetic spelling one! So useful when you're clumsily trying to spell out a name on a bad phone line 🤣 I particularly like that you've made it possible to change dictionary, as I'm trying to remember the NATO one as best I can. As a little note, the "spell" default keyword is the same as the built-in Dictionary feature keyword, which means both show up when the workflow isn't explicitly selected before typing: Not a big deal, but thought I'd mention giovanni 1 Link to comment
sepulchra Posted March 16 Share Posted March 16 18 hours ago, giovanni said: Alfred-line-a-day 〰️ one-line-a-day journal If you, like John Quincy Adams, like to summarize a day in one line (typically ~100 characters), this simple workflow will add a timestamp and save it in your txt or md file. Download Giovanni -- i just tried this workflow and it doesn't write text to my file..... i'm getting the following error in the debugger: ]} [08:59:31.046] line-a-day[Script Filter] Processing complete [08:59:31.054] line-a-day[Script Filter] Passing output 'testing 1 2' to Run Script [08:59:31.057] line-a-day[Script Filter] Passing output 'testing 1 2' to Copy to Clipboard [08:59:31.159] ERROR: line-a-day[Run Script] Traceback (most recent call last): File "/Volumes/dbox v3/Dropbox (Personal)/Alfred/Alfred.alfredpreferences/workflows/user.workflow.02BA9B8D-39B9-4153-A61D-071748591B3F/lineZap.py", line 17, in <module> myFile = os.path.expanduser(os.getenv('MYFILE_HOME')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen posixpath>", line 232, in expanduser TypeError: expected str, bytes or os.PathLike object, not NoneType Link to comment
giovanni Posted March 17 Author Share Posted March 17 oops sorry @sepulchra I had a home vs. work check and I forgot to remove it. It should be fixed now. Thanks for the report! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now