From 776c4961aaa7813bdfd44cbb865390c274197fba Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Thu, 3 Mar 2022 18:57:18 -0800 Subject: [PATCH] update help/docs --- README.md | 1 + aniwrapper | 1 + docs/man/aniwrapper.1 | 7 +++++-- docs/man/aniwrapper.1.md | 7 +++++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9ef4d5..fcd278d 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ aniwrapper -h # Show help menu aniwrapper -p # Enable player selection menu aniwrapper -q # Launch menu with quality selection aniwrapper -Q # Query the history database +aniwrapper -r # Launch aniwrapper in quick-resume mode (start script on episode selection for the most recently streamed anime) aniwrapper -S # Enable silent mode (suppress output to stdout) [cannot be used with -v] aniwrapper -t # Choose rofi theme from presets aniwrapper -T # Specify custom rofi config diff --git a/aniwrapper b/aniwrapper index 54718a6..168c847 100755 --- a/aniwrapper +++ b/aniwrapper @@ -52,6 +52,7 @@ Options: -p enable player selection menu -q enable quality selection -Q query the history database + -r start script in episode selection using the most recently watched anime -v verbose output -S silent mode (suppress output to stdout) [cannot be used with -v] -t change rofi theme diff --git a/docs/man/aniwrapper.1 b/docs/man/aniwrapper.1 index 18385e6..8c8def7 100644 --- a/docs/man/aniwrapper.1 +++ b/docs/man/aniwrapper.1 @@ -8,7 +8,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] [-dhpqSv] [-t \f[I]theme\f[R] | -T +\f[B]aniwrapper\f[R] [-dhpqrSv] [-t \f[I]theme\f[R] | -T \f[I]config_path\f[R]] [\f[I]query\f[R]] .PD 0 .P @@ -18,7 +18,7 @@ stream, download, and play anime .PD 0 .P .PD -\f[B]aniwrapper\f[R] -c [-dhpqSv] [\f[I]query\f[R]] +\f[B]aniwrapper\f[R] -c [-dhpqrSv] [\f[I]query\f[R]] .PD 0 .P .PD @@ -65,6 +65,9 @@ Enable video player selection menu \f[B]-q\f[R] Enable quality selection .TP +\f[B]-r\f[R] +Start script at episode selection for the most recently watched anime +.TP \f[B]-Q\f[R] \f[I]query\f[R] Run a query on the history databse .TP diff --git a/docs/man/aniwrapper.1.md b/docs/man/aniwrapper.1.md index 94c9dd8..68dfed1 100644 --- a/docs/man/aniwrapper.1.md +++ b/docs/man/aniwrapper.1.md @@ -12,9 +12,9 @@ aniwrapper - A rofi wrapper around ani-cli: a command-line tool to stream, downl # SYNOPSIS -**aniwrapper** [-dhpqSv] [-t _theme_ | -T _config_path_] [_query_]\ +**aniwrapper** [-dhpqrSv] [-t _theme_ | -T _config_path_] [_query_]\ **aniwrapper** -f _directory_path_ [-t _theme_ | -T _config_path_] [-pSv] [_query_]\ -**aniwrapper** -c [-dhpqSv] [_query_]\ +**aniwrapper** -c [-dhpqrSv] [_query_]\ **aniwrapper** -Q _query_\ **aniwrapper** -C @@ -53,6 +53,9 @@ Defaults: **-q** : Enable quality selection +**-r** +: Start script at episode selection for the most recently watched anime + **-Q** _query_ : Run a query on the history databse