Add a JSON theme
This commit is contained in:
parent
7858211361
commit
937c2a450c
2 changed files with 12 additions and 0 deletions
|
|
@ -120,3 +120,7 @@ special characters that would be recognize by your shell.
|
|||
|
||||
* Color a source code in 256 colors mode:
|
||||
`cat colout.py | colout Python monokai`
|
||||
|
||||
* Color a JSON stream:
|
||||
`echo '{"foo": "lorem", "bar":"ipsum"}' | python -mjson.tool | colout -t json`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue