31 lines
583 B
Groff
31 lines
583 B
Groff
.Dd May 14, 2025
|
|
.Dt SUWAKO.CONF 5
|
|
.Os
|
|
.Sh NAME
|
|
.Nm suwako.conf
|
|
.Nd INI-style configuration file for suwako
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
file specifies the instance address,
|
|
including the API path and the
|
|
translation engine to be used on
|
|
.Nm suwako
|
|
.Sh OPTIONS
|
|
.Bl -tag -width 11n -compact
|
|
.It endpoint
|
|
Contains the HTTPS URI to the instance
|
|
.It engine
|
|
For most use cases, the
|
|
.Em google
|
|
engine should be enough,
|
|
though some endpoints
|
|
support more translation
|
|
engines.
|
|
.El
|
|
.Sh FILES
|
|
.Pa ~/.config/suwako.ini
|
|
path to this file
|
|
.Sh AUTHORS
|
|
.An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
|