Blazingly fast memory-safe POSIX shell
Find a file
2024-04-15 13:14:36 +02:00
src parser : ajout fonction parse_backslash 2024-04-15 13:14:36 +02:00
.gitignore Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
Cargo.lock Cargo : 0.3.0 -> 0.4.0 2024-04-14 17:21:32 +02:00
Cargo.toml Cargo : 0.3.0 -> 0.4.0 2024-04-14 17:21:32 +02:00
LICENSE.txt Ajout : LICENSE 2024-04-09 09:45:25 +02:00
README.md README : mise à jour roadmap 2024-04-14 18:57:47 +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
  • Execute code from a file
  • Clean error handling