zorpsh-0.1.2 is not a library.
ZorpSh
A lightweight interactive shell with an intergalactic theme.
About
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.
Features
- Custom command parsing and execution
- Command history and navigation
- Distinctive space-themed interface
- Lightweight and fast operation
Installation
Prerequisites
- Rust - Install with
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
From crates.io (Recommended)
ZorpSh is now available as an official package on crates.io:
# Install directly from crates.io
# After installation, simply run:
From Source
# Clone the repository
# Build and run
# Or install from local source
Usage
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.
Development
# Run tests
# Build in release mode
License
This project is licensed under the MIT License.