Blazingly fast memory-safe POSIX shell
Find a file
2024-04-11 01:16:09 +02:00
src src : la première commande de CommandSequence n'est plus optionnelle 2024-04-11 01:15:20 +02:00
.gitignore Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
Cargo.lock Cargo : version 0.2.1 2024-04-11 01:16:09 +02:00
Cargo.toml Cargo : version 0.2.1 2024-04-11 01:16:09 +02:00
LICENSE.txt Ajout : LICENSE 2024-04-09 09:45:25 +02:00
README.md README : déplacement case roadmap 2024-04-10 10:31:07 +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
  • Parse commands
  • Variables
  • Environment variables
  • Builtins
    • cd
    • set
    • alias
    • type
  • Command-line flags
  • PS1