This is a rust rewrite of the catj tool.
flatr --file my-file.json
git clone https://github.com/jfvillablanca/flatr
cd flatr
cargo build --release
./target/release/flatr --help
cargo install flatr
nix build github:jfvillablanca/flatr
nix run github:jfvillablanca/flatr -- -f my-file.json
I'm currently learning rust :).