we

From their README

WeWorkflow

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.

https://img.shields.io/github/downloads/giovannicoppola/alfred-weworkflow/total?color=purple&label=Downloads">

Setting up โš™๏ธ

Needed

  • Alfred with Powerpack license
  • Python3 (howto install here)

Setup

  1. Download the most recent release of alfred-WeWorkflow from Github and double-click to install
  2. Optional: Setup a hotkey to launch alfred-WeWorkflow
  3. Optional: Change the keyword to launch alfred-WeWorkflow (currently set to ww)

Basic Usage ๐Ÿ“–

ww or hotkey will launch WeWorkflow, type to search workflows (or use advanced search below.

  1. return (โŽ) will open the workflow folder in Alfred's file browser
  2. shift-return (โ‡งโŽ) will show the Workflow's config screen in Alfred
  3. control-return (โŒƒโŽ) will show the Workflow's info in large font (including hotkey conflicts with active ๐Ÿ”ด and disabled ๐ŸŸ  workflows)
  4. command-return (โŒ˜โŽ) will open the Workflow's folder in Finder
  5. command-shift-return (โŒ˜โ‡งโŽ) will open the Workflow's folder in Terminal
  6. option-return (โŒฅโŽ) will open the Workflow's cache folder (if existing) in Finder
  7. option-shift-return (โŒฅโ‡งโŽ) will open the Workflow's cache folder (if existing) in Terminal
  8. fn-return (fnโŽ) will launch the workflow with the first keyword
  9. control-option-shift-return (^โŒฅโ‡งโŽ) will open the Workflow's data folder (if existing) in Finder

Advanced search ๐Ÿ”

  • enter field:, where field is any of the fields below. Example: name:wework
    • name
    • author
    • keywords
    • hotkeys
    • disabled (i.e. disabled:true and disabled:false)
    • description
    • category
    • readme

Known issues โš ๏ธ

  • None for now, but let me know if you see anything!

Acknowledgments ๐Ÿ˜€

Changelog ๐Ÿงฐ

  • 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 ๐Ÿง

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.