Expand description
pzsh: Performance-first shell framework
Core invariant: No shell startup shall exceed 10ms. This is not a goal—it is a hard constraint.
Modules§
- cli
- CLI module for pzsh
- color
- Color module for pzsh
- completion
- Completion module for pzsh
- config
- Configuration module for pzsh
- executor
- Executor module for pzsh
- parser
- Parser module for pzsh
- plugin
- Plugin module for pzsh
- prompt
- Prompt module for pzsh
- shell
- Shell integration module for pzsh
- theme
- Theme module for pzsh
- zsh
- Zsh-specific integration for pzsh
Structs§
- Pzsh
- Main pzsh shell instance
Enums§
Constants§
- MAX_
EXECUTOR_ MS - Maximum allowed executor time
- MAX_
PARSER_ MS - Maximum allowed parser time
- MAX_
PROMPT_ MS - Maximum allowed prompt render time
- MAX_
STARTUP_ MS - Maximum allowed startup time (hard constraint)
Type Aliases§
- Result
- Result type for pzsh operations