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

Download the latest binary for your platform from the Releases page:

PlatformFile
Linux x86_64fotobuch-linux-x86_64.tar.gz
Windows x86_64fotobuch-windows-x86_64.zip

Extract the archive and place the fotobuch binary somewhere on your PATH.

Verify the install:

fotobuch --version

Build from source

Requirements: Rust (stable) and cmake (needed to build the HiGHS optimizer library).

git clone https://github.com/EddyXorb/fotobuch.git
cd fotobuch
cargo build --release
# binary: ./target/release/fotobuch

fotobuch writes a Typst source file alongside the PDF. For a live preview while you work, install VS Code with the Typst Preview extension. Open the .typ file and the preview updates every time you run fotobuch build.

Alternatively, just keep any PDF viewer open and reload after each build.

Shell completions

fotobuch completions --shell bash   >> ~/.bash_completion
fotobuch completions --shell zsh    >> ~/.zshrc
fotobuch completions --shell fish   > ~/.config/fish/completions/fotobuch.fish
fotobuch completions --shell powershell >> $PROFILE