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

Install via Nix

If you have Nix with flakes enabled, you can install kakei directly from the repository:

Quick Run (without installing)

# Run directly without installing
nix run github:haruki7049/kakei -- --help

Install to Profile

# Install from the flake
nix profile install github:haruki7049/kakei

Development Environment

For local development, the flake provides a development shell:

# Enter development shell with Rust toolchain and dependencies
nix develop

The flake provides:

  • packages.default: The kakei binary
  • devShells.default: Development environment with Rust toolchain and dependencies