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

One-liner

curl -fsSL https://raw.githubusercontent.com/iPeluwa/rx/master/install.sh | sh

Downloads a prebuilt binary for your platform (Linux, macOS, Windows/MSYS), or falls back to cargo install from source.

From source

cargo install --path .

GitHub Action

- uses: iPeluwa/rx@v1
  with:
    command: ci

Shell completions

rx completions bash >> ~/.bashrc
rx completions zsh >> ~/.zshrc
rx completions fish > ~/.config/fish/completions/rx.fish
rx completions powershell >> $PROFILE

Completions are context-aware — they include workspace members, installed targets, and tasks.