alfred-jq
Alfred workflow to conveniently process JQ on clipboard based on a jq query Also available at: packal/jq
Use case: quick JSON processing/restructuring with jq without terminal
Install
Use the packaged workflow jq.alfredworkflow from packal.
Requirement
- jq
- alfredworkflow python module (already included) -- Thanks to Dean Jackson: https://github.com/deanishe/alfred-workflow
How to
Get the time
- jq (Enter)
- type '.' (available next keys will pops up)
- press TAB to autocomplete (or click option with mouse)
- Enter: preview the resulting jq process on the clipboard json
- Shift-Enter: paste the result back to clipboard