Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Alfred's workflow for running Applications with arguments

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)

![Screenshot](screenshot1.png)

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

![Screenshot](screenshot2.png)

# Workflow diagram:
![Screenshot](workflow-args-app.png)