koizumi.aoi f53dda01c9 rep: hard-coding api endpoint, change variable names to be less confusing, etc
git-svn-id: file:///srv/svn/repo/suwako/trunk@10 0b558ee1-521d-8b46-a41b-40029c97c055
2023-03-13 11:17:03 +00:00
2022-12-14 01:13:52 +00:00
2022-12-09 15:26:58 +00:00
2022-12-14 03:01:36 +00:00
2022-12-14 01:13:52 +00:00
2022-12-14 03:01:36 +00:00

stcli
=====
Command-line client for SimplyTranslate in Go.

Usage
-----
-I string
        Enter the text to be translated
-e string
        Translation engine to use (default: google) (default "google")
-f string
        Set the language to translate from. This can be skipped as it will autodetect the language you're translating from (default "auto")
-i string
        Instance to use (default: https://simplytranslate.org/api/translate/) (default "https://simplytranslate.org/api/translate/")
-t string
        Set the language to translate to (default: en) (default "en")

Description
Command-line client for SimplyTranslate (and its forks)
https://suzunaan.yakumo.dev/suwako/
Readme 76 KiB
Languages
Go 63.1%
Roff 24%
Makefile 12.9%