1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2012 HIGUCHI Daisuke (VDR dai) <dai@debian.org>.
.\" 2024 Youhei SASAKI <uwabami@gfd-dennou.org>.
.\"
.TH "mikutter" "1" "January 2025" "mikutter 5.1.0" "User Commands"
.SH NAME
mikutter \- simple, powerful and moeful Mastodon client
.SH SYNOPSIS
.B mikutter
[\fI\,options\/\fR] [\fI\,command\/\fR]
.SH DESCRIPTION
.SS "options are:"
.TP
\fB\-\-debug\fR
Debug mode (for development)
.TP
\fB\-\-profile\fR
Profiling mode (for development)
.TP
\fB\-\-skip\-version\-check\fR
Skip library and environment version check
.TP
\fB\-p\fR, \fB\-\-plugin=\fR
Load specified plugins and depended plugins (comma separated)
.TP
\fB\-\-confroot=\fR
set confroot directory
.HP
\fB\-d\fR, \fB\-\-daemon\fR
.TP
\fB\-\-color\fR
Colorize terminal output
.TP
\fB\-\-clean\fR
delete all caches and duplicated files
.TP
\fB\-v\fR, \fB\-\-version\fR
Show mikutter version
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this message
.SS "command are:"
.TP
generate [plugin_slug]
generate plugin template at ~/.mikutter/plugin/
.TP
spec [directory]
generate plugin spec. ex) mikutter spec ~/.mikutter/plugin/test
.TP
makepot
generate .pot file all plugins.
.SS "plugin commands are:"
.TP
plugin_depends
Output plugin dependencies.
|