An Alfred workflow to quickly access and manage other workflows' info and folders.
Derived from alfred-extension
, an Alfred2 extension created by
Jaemok Jeong (jmjeong).
Main changes: dropped open in iTerm2
, export
, and disable
actions, added access to workflow info, folder, and cache, config, detection of hotkey conflicts. Workflows' info now stored in a sqlite
database for faster access.
- Alfred with Powerpack license
- Python3 (howto install here)
- Download the most recent release of
alfred-WeWorkflow
from Github and double-click to install - Optional: Setup a hotkey to launch
alfred-WeWorkflow
- Optional: Change the keyword to launch
alfred-WeWorkflow
(currently set toww
)
ww
or hotkey will launch WeWorkflow
, type to search workflows (or use advanced search
below.
return (⏎)
will open the workflow folder in Alfred's file browsershift-return (⇧⏎)
will show the Workflow's config screen in Alfredcontrol-return (⌃⏎)
will show the Workflow's info in large font (including hotkey conflicts with active 🔴 and disabled 🟠 workflows)command-return (⌘⏎)
will open the Workflow's folder in Findercommand-shift-return (⌘⇧⏎)
will open the Workflow's folder in Terminaloption-return (⌥⏎)
will open the Workflow's cache folder (if existing) in Finderoption-shift-return (⌥⇧⏎)
will open the Workflow's cache folder (if existing) in Terminalfn-return (fn⏎)
will launch the workflow with the first keywordcontrol-option-shift-return (^⌥⇧⏎)
will open the Workflow's data folder (if existing) in Finder
- enter
field:
, wherefield
is any of the fields below. Example:name:wework
name
author
keywords
hotkeys
disabled
(i.e.disabled:true
anddisabled:false
)description
category
readme
- None for now, but let me know if you see anything!
- Jaemok Jeong (jmjeong) for developing alfred extension.
- The Alfred forum community.
- 07-06-2023: version 1.3 (faster open config)
- 03-02-2023: version 1.2 (adding option to open the data folder)
- 12-04-2022: version 1.1 (Alfred 5)
- 04-17-2022: version 1.0
Feedback welcome! If you notice a bug, or have ideas for new features, please feel free to get in touch either here, or on the Alfred forum.