An open API service indexing awesome lists of open source software.

https://github.com/hmaach/0-shell

Rust-based implementation of a minimalist Unix-like shell, featuring built-in commands with support for common flags and detailed output.
https://github.com/hmaach/0-shell

01-edu rust unix unix-shell zone01oujda

Last synced: 11 months ago
JSON representation

Rust-based implementation of a minimalist Unix-like shell, featuring built-in commands with support for common flags and detailed output.

Awesome Lists containing this project

README

          

# 0-shell

This is a minimalist Unix-like shell written in Rust.

## Authors

- Yassine El mach
- Hamza Maach

## About

We are currently building this shell as part of a system-level programming project. The goal is to recreate core Unix commands using Rust without relying on existing shells like `bash`.

## Features

- Custom prompt (`$`)
- Basic command parsing
- Built-in commands implemented from scratch (like `cd`, `ls`, `pwd`, etc.)