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

https://github.com/petergrace/jsonfzf

Shell script to use fzf to quick-navigate json trees
https://github.com/petergrace/jsonfzf

Last synced: about 1 year ago
JSON representation

Shell script to use fzf to quick-navigate json trees

Awesome Lists containing this project

README

          

# jsonfzf
navigate json tree with jq and fzf
## requires
- [bash](https://www.gnu.org/software/bash/)
- [jq](https://github.com/stedolan/jq)
- [fzf](https://github.com/junegunn/fzf)

## usage
### read existing file
```
jsonfzf path-to-json
```

### read pipeline output
```
kubectl get pods -o json | jsonfzf -
```