Last change
on this file since 28 was 27, checked in by yakumo.izuru, 18 months ago |
Documentation update and relicense as Beerware
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
700 bytes
|
Rev | Line | |
---|
[17] | 1 | .Dd $Mdocdate$
|
---|
[24] | 2 | .Dt SUWAKO 1
|
---|
[17] | 3 | .Os
|
---|
| 4 | .Sh NAME
|
---|
| 5 | .Nm suwako
|
---|
[24] | 6 | .Nd Command-line client for SimplyTranslate
|
---|
[17] | 7 | .Sh SYNOPSIS
|
---|
| 8 | .Nm
|
---|
[27] | 9 | .Op Fl f Ar from
|
---|
| 10 | .Op Fl t Ar to
|
---|
| 11 | .Op Ar input
|
---|
[17] | 12 | .Sh DESCRIPTION
|
---|
| 13 | Self-explanatory, besides, this was made as
|
---|
| 14 | a rewrite from a shell script that had curl
|
---|
| 15 | and awk for dependencies.
|
---|
| 16 | It fully serves
|
---|
| 17 | as a drop-in replacement.
|
---|
| 18 | .Sh USAGE
|
---|
| 19 | .Bl -tag -width 11n -compact
|
---|
[24] | 20 | .It Fl f
|
---|
| 21 | Input language to translate from.
|
---|
| 22 | Default is 'auto'
|
---|
| 23 | .It Fl t
|
---|
[17] | 24 | Target language to translate to
|
---|
[24] | 25 | .It <input>
|
---|
| 26 | Text to be translated
|
---|
[17] | 27 | .El
|
---|
[27] | 28 | .Sh SEE ALSO
|
---|
| 29 | .Xr suwako.conf 5
|
---|
[17] | 30 | .Sh AUTHORS
|
---|
| 31 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
[26] | 32 | .Sh BUGS
|
---|
| 33 | You cannot translate the string "version", this is
|
---|
| 34 | a direct consequence of using flaggy.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.