Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/01zulfi/jf


https://github.com/01zulfi/jf

Last synced: 5 days ago
JSON representation

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