Changeset 25 in code for trunk/README.md


Ignore:
Timestamp:
Oct 22, 2023, 2:13:40 AM (20 months ago)
Author:
yakumo.izuru
Message:

Update README

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r20 r25  
    1 # suwako
    2 Command-line client for privacy-friendly translation frontends.
     1SUWAKO(1) - FreeBSD General Commands Manual
    32
    4 ## Usage
    5 -f [lang] (default: auto)
    6 -i [input]
    7 -t [lang] (default: en)
     3# NAME
    84
    9 ## Environment variables
    10 * SUWAKO\_ENGINE
    11 * SUWAKO\_INSTANCE
     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 TracChangeset for help on using the changeset viewer.