Skip to content

pawelgrzybek/alfred-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred JSON

Alfred workflow to parse and stringify JSON. It can be triggered by json-parse/json-stringify keyword or as a Universal Action.

Use (triggered by keyword)

Alfred JSON (triggered by keyword)

json-parse

  1. Use json-parse keyword and pass stringified JSON as an argument.
  2. Hit Enter to trigger the workflow.
  3. Parsed output will be copied to your clipboard.

json-stringify

  1. Use json-stringify keyword and pass parsed JSON as an argument.
  2. Hit Enter to trigger the workflow.
  3. Stringified output will be copied to your clipboard.

Use (as a Universal Action)

Alfred JSON (as a Universal Action)

json-parse

  1. Select stringified JSON.
  2. Invoke Universal Action panel and choose json-parse.
  3. Selection will be parsed.

json-stringify

  1. Select parsed JSON.
  2. Invoke Universal Action panel and choose json-stringify.
  3. Selection will be stringified.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published