A suckless shell for the modern age.
- Rust 54.7%
- Nix 45.3%
A suckless shell for the modern age.
Features
- Written in Rust for performance and safety
- Small and readable source code
- Tiny binary (500kb-ish)
- Plug and play with various utilities
Installation
With Nix:
git clone https://codeberg.org/poacher/sm-sh
cd sm-sh/
nix-build
Without Nix:
git clone https://codeberg.org/poacher/sm-sh
cd sm-sh/
cargo build --release
Patching
Official patches can be found in patches/. For creating and applying patches please read the "Patches" section of the suckless hacking guide.
Recommended Programs
- fend provides the ability to perform math operations.
- starship provides advanced prompt customization. See the patch for more info.
- rlwrap provides command history and completion.
Contributing
If you would like to contribute then feel free to open a pull request or issue. If you would not like to create a Codeberg account to do so then message me on Discord @poacheragainagain or matrix @poacher:we2.ee (Discord preferred).