Also: - Fixed the Makefile - Added a Taskfile.yml (see: https://taskfile.dev) - Updated the manual page Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
31 lines
722 B
Groff
31 lines
722 B
Groff
.Dd December 30, 2025
|
|
.Dt MIKURU 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm mikuru
|
|
.Nd A yarn.social client from the future
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Cm login
|
|
.Op Cm post
|
|
.Sh DESCRIPTION
|
|
This program was made by reverse engineering the reference client
|
|
due to lack of known API documentation for the client library it uses.
|
|
.Pp
|
|
It doesn't share any code with it, however.
|
|
.Sh USAGE
|
|
.Bl -tag -width 11n
|
|
.It login
|
|
Authenticate with a Yarn.social pod,
|
|
it will ask you for your credentials
|
|
(passwords are not echoed)
|
|
.It post
|
|
Publish a tweet to a Yarn.social pod,
|
|
it will open your text editor (usually $EDITOR),
|
|
and will fail if the variable is unset.
|
|
.El
|
|
.Sh FILES
|
|
.Pa ~/.config/mikuru.ini
|
|
.Sh AUTHORS
|
|
.An Shin'ya Minazuki Aq Mt shinyoukai@laidback.moe
|