Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Yarotsky committed Feb 25, 2016
1 parent 5a31bfa commit 3309064
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,10 @@ Fancy link expander workflow generator for [Alfred](https://www.alfredapp.com/).

## Usage

Make a json config with URL templates and substitutions:

{
"www.datadoghq.com": {
"keyword": "dog",
"template": "https://app.datadoghq.com/screen/{id}",
"substitutions": {
"mydash": { "id": "100" },
"otherdash": { "id": "101" }
}
},
"www.onelogin.com": {
"keyword": "ol",
"template": "https://app.onelogin.com/client/apps/select/{id}",
"substitutions": {
"datadog": { "id": "1000" },
"google": { "id": "1001" }
}
}
}

Generate the workflow:

dawg -config mydawg.json -generate

Install the workflow:

open DAWG.alfredworkflow
1. Install the workflow
2. In Alfred, run `dawg edit`
3. Edit the configuration file, save and exit the editor
4. Enjoy thoroughly!

## Screenshots!

Expand Down

0 comments on commit 3309064

Please sign in to comment.