Last change
on this file since 26 was 26, checked in by yakumo.izuru, 20 months ago |
女神がこんなに可愛いわけがない!
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
798 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
|
---|
| 9 | .Fl f Ar from
|
---|
| 10 | .Fl t Ar to
|
---|
[24] | 11 | .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.
|
---|
[24] | 18 | .Sh CONFIGURATION
|
---|
| 19 | .Nm
|
---|
[26] | 20 | takes two keys, those being
|
---|
| 21 | .Ev instance
|
---|
[24] | 22 | and
|
---|
[26] | 23 | .Ev engine
|
---|
[24] | 24 | .Pp
|
---|
| 25 | Both must be filled and placed
|
---|
| 26 | on ~/.suwako/suwako.conf
|
---|
[17] | 27 | .Sh USAGE
|
---|
| 28 | .Bl -tag -width 11n -compact
|
---|
[24] | 29 | .It Fl f
|
---|
| 30 | Input language to translate from.
|
---|
| 31 | Default is 'auto'
|
---|
| 32 | .It Fl t
|
---|
[17] | 33 | Target language to translate to
|
---|
[24] | 34 | .It <input>
|
---|
| 35 | Text to be translated
|
---|
[17] | 36 | .El
|
---|
| 37 | .Sh AUTHORS
|
---|
| 38 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
[26] | 39 | .Sh BUGS
|
---|
| 40 | You cannot translate the string "version", this is
|
---|
| 41 | a direct consequence of using flaggy.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.