kras - Detect, highlight and pretty print structured data
This tool can find structured data of any kind inside of plain string, parse it and pretty-print it:
It can detect and parse almost any kind of data:
json
python
rust
and probably many more. Don't hesitate to open an issue if your data wasn't processed correctly
``` kras [FLAGS] [OPTIONS] [input]...
FLAGS: --debug debug mode -C, --force-color alias for --color yes -h, --help Prints help information -s, --sort sort keys -V, --version Prints version information
OPTIONS:
-c, --color
ARGS: ... Input files or stdin ```
This tool is powered by these amazing libs: pom for parsing and pretty for pretty-printing
The name kras comes from russian root крас- - a beginning of words such as красивый (pretty), красный (red) and красить (to paint). That's what this app does: makes data pretty and paints it red (but not only red)