Installation

Mondher is in active development; Phase 1 reaches v0.1 around Day 98. Until then, the recommended install is from source.

From source

Requires Rust 1.75 or later. Install Rust via rustup if you don't have it.

git clone https://github.com/Feudjio-Anthony/mondher
cd mondher
cargo install --path crates/mondher-bin

This compiles Mondher in release mode and installs the mondher binary to ~/.cargo/bin/. Make sure that directory is in your PATH:

echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Verify:

mondher --version

Shell completions

Bash:

mondher completions bash > ~/.local/share/bash-completion/completions/mondher

Zsh:

mondher completions zsh > ~/.zsh/completions/_mondher

Fish:

mondher completions fish > ~/.config/fish/completions/mondher.fish

You may need to start a new shell session for the completions to take effect.

Coming in v0.1 (Day 98)

  • Prebuilt binaries for Linux, macOS, and Windows
  • Docker image: docker run feudjio-anthony/mondher
  • Homebrew tap (macOS / Linux)