Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/01zulfi/jf
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/01zulfi/jf
- Owner: 01zulfi
- Created: 2024-05-12T07:23:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T05:07:12.000Z (8 months ago)
- Last Synced: 2024-05-13T06:22:44.864Z (8 months ago)
- Language: Go
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json format (jf): cli utility to pretty print json
### install
```bash
curl https://raw.githubusercontent.com/01zulfi/jf/main/jf > ./jf; sudo mv ./jf /usr/local/bin/; chmod +x /usr/local/bin/jf
```### usage
```bash
jf '{"key": "value"}'
```### prereq
[xclip](https://linux.die.net/man/1/xclip) (optional): to copy output to clipboard