···34343535A fully static musl-linked binary is also available for Linux: `nix build github:arcuru/cmprss#cmprss-static`
36363737+### Shell Completions
3838+3939+The Nix package installs Bash, Fish, and Zsh completions automatically.
4040+4141+For other installations, add the matching snippet to your shell profile. Supported shells: `bash`, `elvish`, `fish`, `powershell`, `zsh`.
4242+4343+Bash (`~/.bashrc`):
4444+4545+```bash
4646+source <(cmprss completions bash)
4747+```
4848+4949+Zsh (`~/.zshrc`):
5050+5151+```bash
5252+source <(cmprss completions zsh)
5353+```
5454+5555+Fish (`~/.config/fish/config.fish`):
5656+5757+```fish
5858+cmprss completions fish | source
5959+```
6060+3761## Usage
38623963The primary goal is to infer behavior based on the input, so that you don't need to remember esoteric CLI arguments.