2 个仓库
Logic for concatenating independent data-fetching modules into a final shell prompt string.
Distinct from Pipeline Component Modularization: Distinct from general pipeline modularization by focusing specifically on the assembly of UI segments for a shell prompt.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Prompt Segment Assemblers. Refine with filters or upvote what's useful.
Liquidprompt is an adaptive command-line interface theme and context-aware status bar for Bash and Zsh. It functions as a shell environment indicator and tracker, displaying real-time system information, user identity, host connections, and working directory data directly within the prompt. The project features a theme engine that allows for the modification of layout, colors, and glyphs. It integrates version control status indicators to show active branches, tags, and commit statistics, alongside indicators for active container tools, orchestrators, and language-specific virtual environment
Assembles the final prompt string by concatenating independent data-fetching modules based on the active configuration.
这是一个 Zsh 提示符主题,在终端中提供分段的面包屑式界面。它使用 Powerline 设计,带有特殊字形和颜色块,以显示当前目录、用户身份和 Git 状态等上下文信息。 该主题允许用户通过环境变量重新排列和切换视觉元数据段。它特别集成了 Git 状态监控,可直接在命令行中指示当前分支和仓库状态。 该系统通过使用结构化布局渲染实时系统信息(包括 Root 权限和上一个命令的结果)来管理 Shell 状态。
Constructs the final prompt by concatenating individual data-fetching modules into a single visual sequence.