| Crates.io | zorpsh |
| lib.rs | zorpsh |
| version | 0.1.2 |
| created_at | 2025-03-02 20:23:00.907591+00 |
| updated_at | 2025-03-03 00:13:43.546534+00 |
| description | ZorpShell is a shell that is designed to be a drop-in replacement for Zsh. |
| homepage | |
| repository | https://github.com/aphexlog/ZorpSh |
| max_upload_size | |
| id | 1574866 |
| size | 54,815 |
A lightweight interactive shell with an intergalactic theme.
ZorpSh is a custom REPL (Read-Eval-Print Loop) shell that provides command-line functionality with a unique space-themed interface. It aims to be responsive and fun to use while maintaining a clean, distinctive aesthetic.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shZorpSh is now available as an official package on crates.io:
# Install directly from crates.io
cargo install zorpsh
# After installation, simply run:
zorpsh
# Clone the repository
git clone https://github.com/aphexlog/ZorpSh.git
cd ZorpSh
# Build and run
cargo run
# Or install from local source
cargo install --path .
Once running, ZorpSh provides a prompt where you can enter commands:
ZorpSh> help # Display available commands
ZorpSh> cd /some/directory # Change directory
ZorpSh> ls # List files
ZorpSh> exit # Exit the shell
ZorpSh supports standard shell commands and maintains command history between sessions.
# Run tests
cargo test
# Build in release mode
cargo build --release
This project is licensed under the MIT License.