2 dépôts
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 est une implémentation de Z Shell qui fournit une interface de ligne de commande interactive pour exécuter des commandes système, gérer des fichiers et automatiser des flux de travail. Il sert de shell conforme POSIX et d'environnement de script programmable pour écrire des scripts d'automatisation. Le projet se concentre sur la fourniture d'un environnement shell Unix avec un haut degré de personnalisation. Il inclut une autocomplétion avancée, une complétion programmable et un globbing sophistiqué pour adapter le comportement du terminal et les préférences d'environnement. Le système couvre l'automatisation des flux de travail en ligne de commande et l'exécution de commandes système via une interface standard. Les utilisateurs peuvent gérer les options du shell et les préférences d'environnement pour configurer les comportements de base.
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.