Changeset 25 in code for trunk/README.md
- Timestamp:
- Oct 22, 2023, 2:13:40 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r20 r25 1 # suwako 2 Command-line client for privacy-friendly translation frontends. 1 SUWAKO(1) - FreeBSD General Commands Manual 3 2 4 ## Usage 5 -f [lang] (default: auto) 6 -i [input] 7 -t [lang] (default: en) 3 # NAME 8 4 9 ## Environment variables 10 * SUWAKO\_ENGINE 11 * SUWAKO\_INSTANCE 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 TracChangeset
for help on using the changeset viewer.