34 lines
709 B
Groff
34 lines
709 B
Groff
.Dd May 14, 2025
|
|
.Dt SUWAKO 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm suwako
|
|
.Nd Command-line client for SimplyTranslate
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Fl f Ar from
|
|
.Fl t Ar to
|
|
.Ar input
|
|
.Sh DESCRIPTION
|
|
Self-explanatory, besides, this was made as
|
|
a rewrite from a shell script that had curl
|
|
and awk for dependencies.
|
|
It fully serves as a drop-in replacement.
|
|
.Sh USAGE
|
|
.Bl -tag -width 11n -compact
|
|
.It Fl f
|
|
Input language to translate from.
|
|
Default is 'auto'
|
|
.It Fl t
|
|
Target language to translate to
|
|
.It <input>
|
|
Text to be translated
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr suwako.conf 5
|
|
.Sh AUTHORS
|
|
.An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
|
|
.Sh BUGS
|
|
Mozhi instances use translated-text as opposed to translated_text
|
|
coming from SimplyTranslate instances.
|