source: code/trunk/README.md@ 25

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
Line 
1SUWAKO(1) - FreeBSD General Commands Manual
2
3# NAME
4
5**suwako** - Command-line client for SimplyTranslate
6
7# SYNOPSIS
8
9**suwako**
10**-f**&nbsp;*from*
11**-t**&nbsp;*to*
12*input*
13
14# DESCRIPTION
15
16Self-explanatory, besides, this was made as
17a rewrite from a shell script that had curl
18and awk for dependencies.
19It fully serves
20as a drop-in replacement.
21
22# CONFIGURATION
23
24**suwako**
25takes two variables, those being
26`SUWAKO_INSTANCE`
27and
28`SUWAKO_ENGINE`
29
30Both must be filled and placed
31on ~/.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&lt;input&gt;
45
46> Text to be translated
47
48# AUTHORS
49
50Izuru Yakumo &lt;[yakumo.izuru@chaotic.ninja](mailto:yakumo.izuru@chaotic.ninja)&gt;
51
52FreeBSD 13.2-RELEASE-p1 - October 21, 2023
Note: See TracBrowser for help on using the repository browser.