forked from pystardust/ani-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathani-cli.1
More file actions
88 lines (88 loc) · 2.18 KB
/
ani-cli.1
File metadata and controls
88 lines (88 loc) · 2.18 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.TH "ANI-CLI" "1" "December 2022" "ani-cli" "User Commands"
.SH NAME
ani-cli \- watch anime from the commandline
.SH SYNOPSIS
.B ani-cli
[\fI\,OPTIONS\/\fR]
.SH DESCRIPTION
A shell script to browse and search anime from the command-line.
.PD 0
.P
.PD
This tool scrapes the site animixplay.
.PD 0
.P
.PD
\f[B]ani-cli\f[R] without options defaults to the mpv media player.
.SH OPTIONS
.TP
\fB\-a\fR \fI\,<episode>\/\fR
Specify the episode number to watch.
.TP
\fB\-c\fR
continue watching anime from history.
.TP
\fB\-d\fR
download episode.
.TP
\fB\-D\fR
delete history.
.TP
\fB\-f\fR
use fzf for anime selection.
.TP
\fB\-h\fR
Show summary of options.
.TP
\fB\-p\fR \fI\,DIRECTORY\/\fR
download episode to the specified DIRECTORY.
.TP
\fB\-q\fR \fI\,<best|worst|360|480|720|1080>\/\fR
set the video quality.
.TP
\fB\-r\fR
select provider to scrape first.
.TP
\fB\-s\fR
watch anime together with friends, using Syncplay (works with mpv only).
.TP
\fB\-U\fR
fetch update from github.
.TP
\fB\-v\fR
use VLC as the media player.
.TP
\fB\-V\fR
print version number and exit.
.TP
\fB\-x\fR
print all video links from all providers to stdout (for debugging
purpose).
.SH EPISODE SELECTION
.PP
Episode selection: Multiple episodes can be chosen given a range Choose
episode [1-13]: 1 6 This would choose episodes 1 2 3 4 5 6 To select the
last episode use -1
.PP
When selecting non-interactively, the first result will be selected, if
anime is passed
.SH BUGS
.PP
Use the GitHub issue tracker:
https://github.com/pystardust/ani-cli/issues
.SH COPYRIGHT
.PP
ani-cli is licensed under the GNU General Public License v3.0
.PP
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.