https://github.com/giovannicoppola/alfred-weworkflow
https://github.com/giovannicoppola/alfred-weworkflow
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giovannicoppola/alfred-weworkflow
- Owner: giovannicoppola
- Fork: true (jmjeong/alfred-extension)
- Created: 2022-03-26T23:16:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:48:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:00:24.748Z (9 months ago)
- Language: Python
- Size: 8.65 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WeWorkflow
================An [Alfred](https://www.alfredapp.com/) workflow to quickly access and manage other workflows' info and folders.
Derived from `alfred-extension`, an [Alfred2 extension](https://github.com/jmjeong/alfred-extension/tree/master/managealfredextension) created by
Jaemok Jeong ([jmjeong](https://github.com/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.

- [Setting up](#setting-up)
- [Basic Usage](#usage)
- [Known Issues](#known-issues)
- [Acknowledgments](#acknowledgments)
- [Changelog](#changelog)
- [Feedback](#feedback)Setting up โ๏ธ
### Needed
- Alfred with Powerpack license
- Python3 (howto install [here](https://www.freecodecamp.org/news/python-version-on-mac-update/))### Setup
1. Download the most recent release of `alfred-WeWorkflow` from [Github](https://github.com/giovannicoppola/alfred-weworkflow/releases/latest) and double-click to install
2. _Optional:_ Setup a hotkey to launch `alfred-WeWorkflow`
4. _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 ๐
- Jaemok Jeong ([jmjeong](https://github.com/jmjeong)) for developing [alfred extension](https://github.com/jmjeong/alfred-extension/tree/master/managealfredextension).
- The [Alfred forum](https://www.alfredforum.com) community.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.0Feedback ๐ง
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](https://www.alfredforum.com) forum.