2 Repos
Input handling mechanisms that read and parse terminal data one line at a time.
Distinct from Command Line Input Utilities: None of the candidates cover the architectural process of line-by-line input parsing for a shell interpreter.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Line-Based Input Processing. Refine with filters or upvote what's useful.
Zsh is a Z Shell implementation that provides an interactive command-line interface for executing system commands, managing files, and automating workflows. It serves as a POSIX-compliant shell and a programmable scripting environment for writing automation scripts. The project focuses on providing a Unix shell environment with a high degree of customization. It includes advanced autocomplete, programmable completion, and sophisticated globbing to tailor terminal behavior and environment preferences. The system covers command-line workflow automation and the execution of system commands thro
Implements a line-based input loop to read, parse, and execute user commands.
Data Hacks is a collection of command-line utilities designed for statistical computation, real-time stream processing, and text-based data visualization. The toolkit enables users to perform rapid analysis on large datasets directly within the terminal by processing information through standard input and output streams. The project distinguishes itself through its focus on memory-efficient, stream-oriented operations that allow for the analysis of large-scale data without requiring heavy infrastructure. It utilizes stateless functional transformations and reservoir sampling to handle data st
Processes data streams line-by-line to maintain a constant memory footprint regardless of input size.