| Crates.io | boltshell |
| lib.rs | boltshell |
| version | 0.1.1 |
| created_at | 2025-01-18 17:06:21.584876+00 |
| updated_at | 2025-01-19 17:09:58.315585+00 |
| description | Lightweight shell made purely in Rust |
| homepage | |
| repository | https://github.com/usebolt/boltshell |
| max_upload_size | |
| id | 1521984 |
| size | 63,517 |
Bolt is a terminal shell made purely in Rust
Bolt Shell is a modern, lightweight, and efficient terminal shell designed for developers and users who value performance and simplicity. Built entirely in Rust, Bolt leverages Rust's safety and concurrency features to deliver a reliable and fast command-line experience.
git clone https://github.com/usebolt/boltshell.git
cd boltshell
cargo build --release
.\target\release\boltshell.exe
Precompiled binaries will be available soon for easier installation. Stay tuned!
Once installed, launch Bolt Shell by running the following command:
boltshell
cdlsprogram_name [arguments]exitBolt Shell features a dynamic prompt displaying the current user, hostname, and working directory, with visual distinctions for home (~) and root (#) directories.
Contributions are welcome! To contribute:
git checkout -b feature-name
git commit -m "Add feature-name"
git push origin feature-name
Bolt Shell is released under the MIT License. See the LICENSE file for more details.
Special thanks to the Rust community for providing incredible tools and resources, and to all contributors who have helped shape Bolt Shell.
Start using Bolt Shell today and experience the power of Rust in your terminal!