Installation for Linux/macOS/WSL¶
Pick whichever method fits your setup.
One-liner¶
Downloads the right binary for your platform and places it on your $PATH.
Install with Go¶
Download a binary¶
No Go toolchain required — grab the latest release for your platform from the releases page:
| Platform | File |
|---|---|
| Linux x86-64 | peektea_*_linux_amd64.tar.gz |
| Linux arm64 | peektea_*_linux_arm64.tar.gz |
| macOS x86-64 | peektea_*_darwin_amd64.tar.gz |
| macOS Apple Silicon | peektea_*_darwin_arm64.tar.gz |
Extract the archive and put the peektea binary anywhere on your $PATH.
Build from source¶
make install builds the binary and puts it in ~/go/bin, then figures out your $PATH for you:
- Already reachable — nothing to do, you're set.
~/.local/binis on your$PATH— symlinks the binary there, works immediately in the current shell.- Neither — appends
~/go/binto your.bashrc/.zshrcand tells you which file tosource.
Next steps¶
-
Run
peektea initto wire up which apps open each file type, see it in action with a demo, and learn the config file it writes. -
When you've had your fill — see what gets removed and how to confirm before it's gone.