Installation
Requirements
Section titled “Requirements”- Python 3.12+
- uv (recommended) or pip
Install with uv (recommended)
Section titled “Install with uv (recommended)”# From PyPIuv tool install slipp
# Or from GitHub (latest)uv tool install git+https://github.com/angelsen/slippThis installs slipp globally and makes it available in your PATH.
Install with pip
Section titled “Install with pip”pip install slippFor Development
Section titled “For Development”git clone https://github.com/angelsen/slipp.gitcd slippuv syncuv run slipp --helpShell Completion
Section titled “Shell Completion”Enable tab completion for your shell:
# Bashslipp --install-completion bash
# Zshslipp --install-completion zsh
# Fishslipp --install-completion fish