1 repo
CLI tools for parsing and transforming structured data streams.
Distinguishing note: Focuses on data transformation rather than general terminal utilities.
Explore 1 awesome GitHub repository matching development tools & productivity · Command-Line Data Processors. Refine with filters or upvote what's useful.
This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on
Provides a lightweight tool for parsing, filtering, and transforming structured data streams directly from the terminal.