https://github.com/hightemp/go_ai_translate
A command-line utility for translating text documents using the OpenRouter API.
https://github.com/hightemp/go_ai_translate
golang openrouter translate-cli translator
Last synced: about 1 year ago
JSON representation
A command-line utility for translating text documents using the OpenRouter API.
- Host: GitHub
- URL: https://github.com/hightemp/go_ai_translate
- Owner: hightemp
- Created: 2025-04-12T11:04:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T11:08:40.000Z (about 1 year ago)
- Last Synced: 2025-04-13T14:19:13.919Z (about 1 year ago)
- Topics: golang, openrouter, translate-cli, translator
- Language: Go
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go AI Translate
A command-line utility for translating text documents using the OpenRouter API.
### Example
```bash
export OPENROUTER_API_KEY="sk-AAAAA"
./go_ai_translate \
--input docs/manual.txt \
--output docs/manual_translated.txt \
--api-key sk-AAAAA \
--to ru \
--verbose
```
## License
MIT