Blazingly fast memory-safe POSIX shell
Find a file
2024-04-10 10:21:55 +02:00
src command : message d'erreur une variable 2024-04-10 10:21:55 +02:00
.gitignore Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
Cargo.lock Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
Cargo.toml Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
LICENSE.txt Ajout : LICENSE 2024-04-09 09:45:25 +02:00
README.md Ajout : README 2024-04-09 09:45:45 +02:00

rash - A blazingly fast memory-safe POSIX shell

Why?

I want to learn Rust and see how much effort I can put into making an interoperable software.

Roadmap

  • Execute commands
  • Variables
  • Environment variables
  • Builtins
    • cd
    • set
    • alias
    • type
  • Parse commands
  • Command-line flags
  • PS1