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
- Host: GitHub
- URL: https://github.com/petergrace/jsonfzf
- Owner: PeterGrace
- Created: 2020-05-01T16:46:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T16:46:47.000Z (about 6 years ago)
- Last Synced: 2025-02-15T02:44:43.326Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -
```