- Timestamp:
- Oct 22, 2023, 2:11:43 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/suwako.1
r18 r24 1 1 .Dd $Mdocdate$ 2 .Dt S TCLI12 .Dt SUWAKO 1 3 3 .Os 4 4 .Sh NAME 5 5 .Nm suwako 6 .Nd Command-line client for privacy friendly translation frontends6 .Nd Command-line client for SimplyTranslate 7 7 .Sh SYNOPSIS 8 8 .Nm 9 .Fl e Ar engine10 9 .Fl f Ar from 11 .Fl i Ar instance12 .Fl I Ar input13 10 .Fl t Ar to 11 .Ar input 14 12 .Sh DESCRIPTION 15 13 Self-explanatory, besides, this was made as … … 18 16 It fully serves 19 17 as a drop-in replacement. 18 .Sh CONFIGURATION 19 .Nm 20 takes two variables, those being 21 .Ev SUWAKO_INSTANCE 22 and 23 .Ev SUWAKO_ENGINE 24 .Pp 25 Both must be filled and placed 26 on ~/.suwako/suwako.conf 20 27 .Sh USAGE 21 28 .Bl -tag -width 11n -compact 22 .It -e 23 Translation engine to use 24 .It -f 25 Input language to translate from 26 .It -i 27 Instance to use 28 .It -I 29 Text to translate 30 .It -t 29 .It Fl f 30 Input language to translate from. 31 Default is 'auto' 32 .It Fl t 31 33 Target language to translate to 34 .It <input> 35 Text to be translated 32 36 .El 33 37 .Sh AUTHORS 34 38 .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja 35 .Pp36 .An Czar of KST Aq Mt czar@kalli.st37 .Pp38 .An Shokara Kou Aq Mt kou@clearnet.fqdn39 .Sh BUGS40 None so far.41 If otherwise, please report them to42 .Mt devel@chaotic.ninja
Note:
See TracChangeset
for help on using the changeset viewer.