https://github.com/michalbogdal/alfred-args-app
Alfred's workflow for running Applications with arguments
https://github.com/michalbogdal/alfred-args-app
alfred alfred-workflow alfred4-workflow arguments macos
Last synced: about 1 year ago
JSON representation
Alfred's workflow for running Applications with arguments
- Host: GitHub
- URL: https://github.com/michalbogdal/alfred-args-app
- Owner: michalbogdal
- Created: 2019-09-10T11:53:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T23:52:16.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T01:40:46.374Z (over 1 year ago)
- Topics: alfred, alfred-workflow, alfred4-workflow, arguments, macos
- Size: 239 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-args-app
Alfred's workflow for running Applications with arguments
https://www.alfredapp.com/
Some applications can be executed with additional parameters, so this workflow allows this.
First we are asked to select Application, then arguments which should be used.
Workflow executes application in a following way:
```bash
open --args
```
# Usage:
**args \** (Type *args* and then select application)

**\** (then type arguments which should be used)

# Workflow diagram:
