svenko99/Build Alfred Workflow
Package a directory into a distributable .alfredworkflow file (zips contents, blanks variablesdontexport, drops prefs.plist).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow-dir | Path to the Alfred workflow directory. Must contain info.plist. | no | Workflow |
| output-path | Output file path. If empty, defaults to <name>.alfredworkflow in the current working directory, where <name> comes from info.plist. | no | "" |
Outputs
| name | description |
|---|---|
| workflow-file | Path to the generated .alfredworkflow file. |
| workflow-name | Workflow name read from info.plist. |
| version | Version string from info.plist (empty if unset). |
| bundleid | Bundle identifier from info.plist (empty if unset). |