Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Prerequisites

  • tmux — installed and available in PATH
  • Rust — 2021 edition (for building from source)

Install from Source

cargo install --path crates/muster-cli

This installs the muster binary.

Optional: macOS Desktop Notifications

cargo install --path crates/muster-notify
muster notifications setup

This creates a minimal MusterNotify.app bundle at ~/.config/muster/MusterNotify.app/ containing the notification helper binary. The app bundle provides a CFBundleIdentifier (com.muster.notifier) that macOS requires for persistent Notification Center access. See Notifications for details.