The Performance-Focused, Environment-Aware Shell
Shyell is a modern shell written natively in Rust, designed for developers who care about system health and workflow performance. It proactively monitors system load and benchmarks your commands in real-time.
Prerequisites: Rust 1.80+
# Clone the repository
git clone https://github.com/your-username/Shyell.git
cd Shyell
# Build and run
cargo run --releaseFor a comprehensive guide on features, command usage, and project architecture, please refer to the Full Documentation.
- 🚦 Real-time Monitoring: Integrated CPU/Memory stats.
- 🦀 Semantic Context: Automatic project stack detection.
- ⏱️ Flight Recorder: Real-time command benchmarking and regression alerts.
- ⚡ Advanced Parsing: Support for pipes, redirection,
&&,||, and;.
For contributing guidelines or code of conduct, please reference our Contributing and License files.