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
|
name: nectar
help: Command-line Honeyfeed Reader
version: 0.1.1
commands:
- name: chapter
alias: c
help: Read a chapter directly in your terminal
dependencies: [gum, curl, pup, pandoc, echo, glow]
args:
- name: id
help: The ID of the target chapter
required: true
- name: novel
alias: n
help: Select a chapter to read directly in your terminal
dependencies: [gum, curl, pup, pandoc, echo, glow]
args:
- name: id
help: The ID of the target novel
required: true
- name: search
alias: s
help: Search and select a novel to read directly in your terminal
dependencies: [gum, curl, pup, pandoc, echo, glow]
args:
- name: title
help: A partial title of the target novel
required: true
|