Expand description
termtitle library - exposes modules for benchmarking and testing.
This library crate exposes the core functionality of termtitle for use in benchmarks and integration tests. The binary crate (main.rs) provides the CLI interface.
Modulesยง
- config
- User configuration loading and management.
- osc
- OSC (Operating System Command) escape sequences for setting terminal titles.
- providers
- Rule type implementations (providers).
- rules
- Rule types and evaluation logic.
- template
- Template string interpolation for title formatting.
- template_
ast - AST-based template parsing with advanced features.