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