1 个仓库
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 1 awesome GitHub repository matching operating systems & systems programming · Line-Based Input Processing. Refine with filters or upvote what's useful.
Zsh 是一个 Z Shell 实现,提供了一个用于执行系统命令、管理文件和自动化工作流的交互式命令行界面。它作为一个符合 POSIX 标准的 Shell 和用于编写自动化脚本的编程脚本环境。 该项目专注于提供高度可定制的 Unix Shell 环境。它包含高级自动补全、可编程补全和复杂的通配符扩展(globbing),以定制终端行为和环境偏好。 该系统涵盖了命令行工作流自动化以及通过标准接口执行系统命令。用户可以管理 Shell 选项和环境偏好来配置基本行为。
Implements a line-based input loop to read, parse, and execute user commands.