aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bashly.yml7
-rw-r--r--src/recommend_command.sh1
2 files changed, 8 insertions, 0 deletions
diff --git a/src/bashly.yml b/src/bashly.yml
index 1b0e954..b6f3b73 100644
--- a/src/bashly.yml
+++ b/src/bashly.yml
@@ -47,3 +47,10 @@ commands:
required: true
help: An anime's episodes
dependencies: [head]
+ - name: recommend
+ alias: r
+ args:
+ - name: id
+ required: true
+ help: |
+ View recommended and similar anime to an anime
diff --git a/src/recommend_command.sh b/src/recommend_command.sh
new file mode 100644
index 0000000..b8c22f0
--- /dev/null
+++ b/src/recommend_command.sh
@@ -0,0 +1 @@
+print "/recommendations/${args[id]}"