Skip to content

Installation

Install Pitchfork

mise-en-place is the recommended way to install pitchfork:

bash
mise use -g pitchfork

Cargo

Install from crates.io:

bash
cargo install pitchfork-cli

GitHub Releases

Download pre-built binaries from GitHub Releases.

Verify Installation

bash
pitchfork --version

Shell Completion

Pitchfork supports tab completion for bash, zsh, and fish.

TIP

Shell completion requires the usage CLI tool to be installed.

Bash

bash
mkdir -p ~/.local/share/bash-completion/completions
pitchfork completion bash > ~/.local/share/bash-completion/completions/pitchfork

Zsh

bash
mkdir -p ~/.zfunc
pitchfork completion zsh > ~/.zfunc/_pitchfork
# Add to ~/.zshrc: fpath=(~/.zfunc $fpath)

Fish

bash
pitchfork completion fish > ~/.config/fish/completions/pitchfork.fish

What's Next?

Released under the MIT License.