blob: 9e14f74ae5892f70ddf1ae05dd2b38c42f533f0e (
plain) (
blame)
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
89
90
|
name: kaguya
help: Fuwn's Anime & Manga Utility
version: 0.1.0
commands:
- name: anichart
alias: ac
dependencies: [xdg-open]
- name: myanimelist
alias: mal
dependencies: [xdg-open]
args:
- name: profile
- name: anilist
alias: al
default: force
dependencies: [xdg-open]
args:
- name: profile
- name: crunchyroll
alias: cr
dependencies: [xdg-open]
args:
- name: search
repeatable: true
- name: hidive
alias: hd
dependencies: [xdg-open]
args:
- name: search
repeatable: true
- name: watch
alias: w
dependencies: [ani-cli]
args:
- name: search
repeatable: true
flags:
- long: --dub
short: -d
- name: character
alias: c
dependencies: [xdg-open, curl, echo, jq]
args:
- name: name
required: true
repeatable: true
- name: stream
dependencies: [date, yt-dlp, sed, memento, rm]
args:
- name: uri
required: true
flags:
- long: --fix
- long: --download
- long: --username
short: -u
arg: username
- long: --password
short: -p
arg: password
- long: --language
short: -l
arg: language
default: en-US
- name: x
dependencies: [xdg-open, curl, echo, tr, jq]
args:
- name: title
required: true
repeatable: true
flags:
- long: --tv
conflicts: [--manga --novel]
- long: --manga
conflicts: [--tv --novel]
- long: --novel
conflicts: [--tv --manga]
- long: --any-tv
conflicts: [--tv --manga --novel --any-manga]
- long: --any-manga
conflicts: [--tv --manga --novel --any-tv]
- long: --al
conflicts: [--mal]
- long: --mal
conflicts: [--al]
- long: --both
short: -b
conflicts: [--al --mal]
- long: --social
short: -s
|