Show HN: Hawk – Pandas-like data analysis for JSON/YAML/CSV in CLI
3 kyotalab 0 7/13/2025, 8:31:24 PM github.com ↗
I 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!
No comments yet