- Add pageviews table and /api/v1/analytics/pageview endpoint - Abuse reporting API already existed at /api/v1/reports - Add health_check.py script for monitoring - ChatGPT additions: report modal UI, analytics tracking JS 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| config.yaml | ||
README.md
translate
Translate text between languages using AI.
Usage
translate --from auto --to en --tone neutral < input.txt
Arguments
--from: Source language (e.g.,en,es,fr) orauto.--to: Target language (e.g.,en,es,fr).--tone: Translation tone:neutral,formal,casual.
Examples
echo "Hola mundo" | translate --from es --to en --tone formal