Last change
on this file since 27 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:
780 bytes
|
Line | |
---|
1 | SUWAKO(1) - FreeBSD General Commands Manual
|
---|
2 |
|
---|
3 | # NAME
|
---|
4 |
|
---|
5 | **suwako** - Command-line client for SimplyTranslate
|
---|
6 |
|
---|
7 | # SYNOPSIS
|
---|
8 |
|
---|
9 | **suwako**
|
---|
10 | \[**-f** *from*]
|
---|
11 | \[**-t** *to*]
|
---|
12 | \[*input*]
|
---|
13 |
|
---|
14 | # DESCRIPTION
|
---|
15 |
|
---|
16 | Self-explanatory, besides, this was made as
|
---|
17 | a rewrite from a shell script that had curl
|
---|
18 | and awk for dependencies.
|
---|
19 | It fully serves
|
---|
20 | as a drop-in replacement.
|
---|
21 |
|
---|
22 | # USAGE
|
---|
23 |
|
---|
24 | **-f**
|
---|
25 |
|
---|
26 | > Input language to translate from.
|
---|
27 | > Default is 'auto'
|
---|
28 |
|
---|
29 | **-t**
|
---|
30 |
|
---|
31 | > Target language to translate to
|
---|
32 |
|
---|
33 | <input>
|
---|
34 |
|
---|
35 | > Text to be translated
|
---|
36 |
|
---|
37 | # SEE ALSO
|
---|
38 |
|
---|
39 | suwako.conf(5)
|
---|
40 |
|
---|
41 | # AUTHORS
|
---|
42 |
|
---|
43 | Izuru Yakumo <[yakumo.izuru@chaotic.ninja](mailto:yakumo.izuru@chaotic.ninja)>
|
---|
44 |
|
---|
45 | # BUGS
|
---|
46 |
|
---|
47 | You cannot translate the string "version", this is
|
---|
48 | a direct consequence of using flaggy.
|
---|
49 |
|
---|
50 | FreeBSD 13.2-RELEASE-p4 - December 16, 2023
|
---|
Note:
See
TracBrowser
for help on using the repository browser.