Punt your terminal output
Share logs, errors, and command output with accurate ANSI colors.
No account. Short lifetime. Simple.
Quick Start
# Pipe any command output
command | curl -X POST --data-binary @- https://punt.sh/api/paste
# With custom TTL (default: 24h, max: 7d)
command | curl -X POST -H "X-TTL: 1h" --data-binary @- https://punt.sh/api/paste
Examples
docker logs myapp | curl -X POST --data-binary @- https://punt.sh/api/paste
kubectl describe pod mypod | curl -X POST --data-binary @- https://punt.sh/api/paste
npm test 2>&1 | curl -X POST --data-binary @- https://punt.sh/api/paste
Features
ANSI colors preserved
No account required
24h default expiry
4 MB size limit
100 pastes/day per IP
Short, shareable URLs