Last change
on this file since 25 was 25, checked in by yakumo.izuru, 20 months ago |
Update README
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
801 bytes
|
Rev | Line | |
---|
[25] | 1 | SUWAKO(1) - FreeBSD General Commands Manual
|
---|
[19] | 2 |
|
---|
[25] | 3 | # NAME
|
---|
[19] | 4 |
|
---|
[25] | 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 | # CONFIGURATION
|
---|
| 23 |
|
---|
| 24 | **suwako**
|
---|
| 25 | takes two variables, those being
|
---|
| 26 | `SUWAKO_INSTANCE`
|
---|
| 27 | and
|
---|
| 28 | `SUWAKO_ENGINE`
|
---|
| 29 |
|
---|
| 30 | Both must be filled and placed
|
---|
| 31 | on ~/.suwako/suwako.conf
|
---|
| 32 |
|
---|
| 33 | # USAGE
|
---|
| 34 |
|
---|
| 35 | **-f**
|
---|
| 36 |
|
---|
| 37 | > Input language to translate from.
|
---|
| 38 | > Default is 'auto'
|
---|
| 39 |
|
---|
| 40 | **-t**
|
---|
| 41 |
|
---|
| 42 | > Target language to translate to
|
---|
| 43 |
|
---|
| 44 | <input>
|
---|
| 45 |
|
---|
| 46 | > Text to be translated
|
---|
| 47 |
|
---|
| 48 | # AUTHORS
|
---|
| 49 |
|
---|
| 50 | Izuru Yakumo <[yakumo.izuru@chaotic.ninja](mailto:yakumo.izuru@chaotic.ninja)>
|
---|
| 51 |
|
---|
| 52 | FreeBSD 13.2-RELEASE-p1 - October 21, 2023
|
---|
Note:
See
TracBrowser
for help on using the repository browser.