Skip to content

A simple shell written in Rust that executes standard commands and supports extensible custom commands.

License

Notifications You must be signed in to change notification settings

omeryusufyagci/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust Shell

This was a simple test to get a feel for how CLI tooling works with Rust. It's a simple shell that supports extensible arguments.

Features

  • Execute external commands with inherited stdin, stdout, and stderr.
  • Support for built-in commands such as help or exit.
  • Graceful signal handling for CTRL-C to cancel operation and CTRL-D for user logout.

Installation

To clone and build the project, run the following commands:

git clone https://github.com/omeryusufyagci/simple-shell.git
cd simple-shell
cargo build --release

Usage

./target/release/simple_shell

LICENSE

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple shell written in Rust that executes standard commands and supports extensible custom commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages