Skip to content

Translate Markdown documents to your desired language conveniently using Docker and stdin pipes

License

Notifications You must be signed in to change notification settings

ulagbulag/md-translate

Repository files navigation

Simple Markdown Translator

Translate Markdown documents to your desired language conveniently using Docker and stdin pipes!

Usage

cat examples/latex-url.md | ./md-translate.sh | tee output.md

With Docker

cat examples/latex-url.md | docker run --rm -i -e OPENAI_API_KEY quay.io/ulagbulag/md-translate:latest

Configuration

Features

  • TeX Live markdown plugin support

License

Please check the LICENSE file.

External Resources

About

Translate Markdown documents to your desired language conveniently using Docker and stdin pipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published