
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: https://svn.yakumo.dev/yakumo.izuru/suwako/trunk@27 0b558ee1-521d-8b46-a41b-40029c97c055
35 lines
700 B
Groff
35 lines
700 B
Groff
.Dd $Mdocdate$
|
|
.Dt SUWAKO 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm suwako
|
|
.Nd Command-line client for SimplyTranslate
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl f Ar from
|
|
.Op Fl t Ar to
|
|
.Op 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 yakumo.izuru@chaotic.ninja
|
|
.Sh BUGS
|
|
You cannot translate the string "version", this is
|
|
a direct consequence of using flaggy.
|