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
|
Line | |
---|
1 | .Dd $Mdocdate$
|
---|
2 | .Dt SUWAKO 1
|
---|
3 | .Os
|
---|
4 | .Sh NAME
|
---|
5 | .Nm suwako
|
---|
6 | .Nd Command-line client for SimplyTranslate
|
---|
7 | .Sh SYNOPSIS
|
---|
8 | .Nm
|
---|
9 | .Op Fl f Ar from
|
---|
10 | .Op Fl t Ar to
|
---|
11 | .Op Ar input
|
---|
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
|
---|
20 | .It Fl f
|
---|
21 | Input language to translate from.
|
---|
22 | Default is 'auto'
|
---|
23 | .It Fl t
|
---|
24 | Target language to translate to
|
---|
25 | .It <input>
|
---|
26 | Text to be translated
|
---|
27 | .El
|
---|
28 | .Sh SEE ALSO
|
---|
29 | .Xr suwako.conf 5
|
---|
30 | .Sh AUTHORS
|
---|
31 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
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.