Skip to content

Devgambo/RustyShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustyShell

A command-line shell implementation written in Rust.

Features

  • Command parsing and execution
  • Built-in shell commands
  • Process management
  • Error handling

Getting Started

Prerequisites

  • Rust 1.56 or later
  • Cargo

Installation

git clone <repository-url>
cd RustyShell
cargo build --release

Usage

cargo run

Project Structure

RustyShell/
├── src/
│   ├── main.rs
│   └── lib.rs
├── Cargo.toml
└── README.md

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

About

A Power shell made in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages