Last change
on this file since 31 was 31, checked in by yakumo.izuru, 4 weeks ago |
すべてを書き直し、3.0.0をリリースします
|
File size:
709 bytes
|
Line | |
---|
1 | .Dd May 14, 2025
|
---|
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 | .Fl f Ar from
|
---|
10 | .Fl t Ar to
|
---|
11 | .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 as a drop-in replacement.
|
---|
17 | .Sh USAGE
|
---|
18 | .Bl -tag -width 11n -compact
|
---|
19 | .It Fl f
|
---|
20 | Input language to translate from.
|
---|
21 | Default is 'auto'
|
---|
22 | .It Fl t
|
---|
23 | Target language to translate to
|
---|
24 | .It <input>
|
---|
25 | Text to be translated
|
---|
26 | .El
|
---|
27 | .Sh SEE ALSO
|
---|
28 | .Xr suwako.conf 5
|
---|
29 | .Sh AUTHORS
|
---|
30 | .An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
|
---|
31 | .Sh BUGS
|
---|
32 | Mozhi instances use translated-text as opposed to translated_text
|
---|
33 | coming from SimplyTranslate instances.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.