Introduction
Kerno is a simple and lightweight shell written in Rust, providing a minimalistic yet powerful command-line interface. It is designed to be fast, efficient, and easy to use, making it an ideal choice for developers and system administrators who need a reliable shell environment.
Kerno supports a wide range of features, including:
- Command execution: Run commands with ease.
- Environment variables: Manage environment variables for your shell sessions.
- Command history: Access and manage your command history for quick recall.
Installation
To install Kerno, you can use the following command:
cargo install kerno
For more detailed installation instructions, refer to the Installation Guide.