Blazingly fast memory-safe POSIX shell
Go to file
2024-04-17 16:16:10 +02:00
src error : délocalisation de l'erreur UnmatchedQuoteError 2024-04-17 16:15:35 +02:00
.gitignore Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
Cargo.lock Cargo : 0.5.0 -> 0.6.0 2024-04-17 16:16:10 +02:00
Cargo.toml Cargo : 0.5.0 -> 0.6.0 2024-04-17 16:16:10 +02:00
LICENSE.txt Ajout : LICENSE 2024-04-09 09:45:25 +02:00
README.md README : ajout et coche d'une case 2024-04-16 16:53:06 +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
  • Override Ctrl-C