diff --git a/aniwrapper b/aniwrapper index bfa32c7..9b9bd63 100755 --- a/aniwrapper +++ b/aniwrapper @@ -36,12 +36,13 @@ help_text() { printf "%s\n" "$line" done <<< " Usage: - aniwrapper [-dhpqSv] [-t | -T ] [] + aniwrapper [-adhpqSv] [-t | -T ] [] aniwrapper -f [-t | -T ] [-pSv] []\ aniwrapper -c [-dhpqSv] [] aniwrapper -Q aniwrapper -C Options: + -a enable autoplay -c enable command-line mode (rofi disabled) -C connect to history database -d download episode in command-line mode diff --git a/docs/man/aniwrapper.1 b/docs/man/aniwrapper.1 index 8c8def7..6f5e56c 100644 --- a/docs/man/aniwrapper.1 +++ b/docs/man/aniwrapper.1 @@ -1,5 +1,19 @@ -.\" Automatically generated by Pandoc 2.14.2 +.\" Automatically generated by Pandoc 2.17.1.1 .\" +.\" Define V font for inline verbatim, using C font in formats +.\" that render this, and otherwise B font. +.ie "\f[CB]x\f[]"x" \{\ +. ftr V B +. ftr VI BI +. ftr VB B +. ftr VBI BI +.\} +.el \{\ +. ftr V CR +. ftr VI CI +. ftr VB CB +. ftr VBI CBI +.\} .TH "ANIWRAPPER" "1" "February 4, 2022" "aniwrapper 1.0.0" "Man Page" .hy .SH NAME @@ -8,7 +22,7 @@ aniwrapper - A rofi wrapper around ani-cli: a command-line tool to stream, download, and play anime .SH SYNOPSIS .PP -\f[B]aniwrapper\f[R] [-dhpqrSv] [-t \f[I]theme\f[R] | -T +\f[B]aniwrapper\f[R] [-adhpqrSv] [-t \f[I]theme\f[R] | -T \f[I]config_path\f[R]] [\f[I]query\f[R]] .PD 0 .P @@ -43,6 +57,9 @@ aniwrapper.rasi theme .IP \[bu] 2 best quality .TP +\f[B]-a\f[R] +Enable autoplay in streaming mode +.TP \f[B]-c\f[R] Enable command-line mode (disable \f[B]rofi\f[R]) .TP diff --git a/docs/man/aniwrapper.1.md b/docs/man/aniwrapper.1.md index 68dfed1..5c92990 100644 --- a/docs/man/aniwrapper.1.md +++ b/docs/man/aniwrapper.1.md @@ -12,7 +12,7 @@ aniwrapper - A rofi wrapper around ani-cli: a command-line tool to stream, downl # SYNOPSIS -**aniwrapper** [-dhpqrSv] [-t _theme_ | -T _config_path_] [_query_]\ +**aniwrapper** [-adhpqrSv] [-t _theme_ | -T _config_path_] [_query_]\ **aniwrapper** -f _directory_path_ [-t _theme_ | -T _config_path_] [-pSv] [_query_]\ **aniwrapper** -c [-dhpqrSv] [_query_]\ **aniwrapper** -Q _query_\ @@ -32,6 +32,9 @@ Defaults: - aniwrapper.rasi theme - best quality +**-a** +: Enable autoplay in streaming mode + **-c** : Enable command-line mode (disable **rofi**)