Better Shell - BSH
Better Shell is a Rust-based open source project aiming to combine all the nice features of the standard Shell, BASH, ZSH, FISH and more.
Contributing to Better Shell
We greatly appreciate all contributions to Better Shell. This is a community-driven project! We aren’t very strict when it comes to contributing. Just make sure your code is readable and maintainable. It should also follow the style of the other code in this project. We are happy to welcome anybody! :)
It is best to try and implement something from the TODOS.md file. Of course you are still welcome to add more todos to the file.
Building/Compiling and Usage
Building is done via the cargo build command. To also run the program: just use cargo run. You can use Better Shell like…
Better Shell - BSH
Better Shell is a Rust-based open source project aiming to combine all the nice features of the standard Shell, BASH, ZSH, FISH and more.
Contributing to Better Shell
We greatly appreciate all contributions to Better Shell. This is a community-driven project! We aren’t very strict when it comes to contributing. Just make sure your code is readable and maintainable. It should also follow the style of the other code in this project. We are happy to welcome anybody! :)
It is best to try and implement something from the TODOS.md file. Of course you are still welcome to add more todos to the file.
Building/Compiling and Usage
Building is done via the cargo build command. To also run the program: just use cargo run. You can use Better Shell like any other shell. Of course it’s a little bit buggy right now, but that will get fixed as this project grows.