Blazingly fast memory-safe POSIX shell
Find a file
2024-04-12 10:25:38 +02:00
src command_builder : suppression fonction argv inutile 2024-04-12 10:23:21 +02:00
.gitignore Commit initial : initialisation projet Rust 2024-04-09 09:45:19 +02:00
Cargo.lock Cargo : passage à la version 0.3.0 2024-04-11 21:38:57 +02:00
Cargo.toml Cargo : passage à la version 0.3.0 2024-04-11 21:38:57 +02:00
LICENSE.txt Ajout : LICENSE 2024-04-09 09:45:25 +02:00
README.md README : ajout case 2024-04-12 10:25:38 +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