Install the CLI
Run the one-liner (macOS or Linux):
curl -fsSL https://raw.githubusercontent.com/scott/gander/main/install.sh | bash
Or build from source if you'd rather read it first:
git clone https://github.com/scott/gander.git
cd gander
./install.sh --source
Sign up
gander signup --email [email protected]
You'll get an API token. It's stored in ~/.gander and chmod 600'd by the installer.
Share a file
gander share README.md
# opens https://gander.md/s/xK7m2pQa in your browser
gander share README.md --watch
# live-updates the shared page on every save
Manage shares
gander list # show your active shares
gander remove README.md
Get your gander at gander.md/cli