Show HN: Hawk – Pandas-like data analysis for JSON/YAML/CSV in CLI
github.comI built this because I was tired of scrolling through hundreds of lines of AWS CLI JSON output just to find instance status. hawk brings pandas-like operations (select, group_by, aggregations) to CLI with unified syntax across JSON/YAML/CSV.
Key features: - Instant data structure overview with `| info` - Same query syntax for all formats - Built in Rust for speed and single-binary distribution
Would love feedback from the community!
Is this meant to be an alternative to Jq?
Jq is very useful, but not using it daily I have to look up syntax often,