aboutsummaryrefslogtreecommitdiff
path: root/src/bashly.yml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-18 04:33:22 -0800
committerFuwn <[email protected]>2024-01-18 04:33:26 -0800
commitd2596243e3cffd356e02b2697c5902bc3fe03d74 (patch)
treeb62399bf609846cad5fba8214924c45268ab417d /src/bashly.yml
parentfeat(bashly): add descriptions (diff)
downloadtama-d2596243e3cffd356e02b2697c5902bc3fe03d74.tar.xz
tama-d2596243e3cffd356e02b2697c5902bc3fe03d74.zip
feat: episodes and watch sub-commands
Diffstat (limited to 'src/bashly.yml')
-rw-r--r--src/bashly.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/bashly.yml b/src/bashly.yml
index 81f8204..db88e52 100644
--- a/src/bashly.yml
+++ b/src/bashly.yml
@@ -17,4 +17,24 @@ commands:
args:
- name: query
repeatable: true
+ required: true
help: Search for a number of anime
+ - name: watch
+ alias: w
+ args:
+ - name: id
+ required: true
+ help: |
+ Found by either the trending, popular, upcoming, or search subcommand
+ - name: episode
+ required: true
+ help: Episode to watch
+ help: Watch an anime by episode
+ dependencies: [xdg-open]
+ - name: episodes
+ alias: e
+ args:
+ - name: id
+ required: true
+ help: An anime's episodes
+ dependencies: [head]