aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-18 22:04:37 +0000
committerFuwn <[email protected]>2024-01-18 22:04:37 +0000
commit627a9749a918f4965cd13df1672065c9647c08b9 (patch)
tree6b862f717713bb0db59a90f3d90dd91c9e55ef7e /src
parentdocs(readme): link to anilist for tama (diff)
downloadtama-627a9749a918f4965cd13df1672065c9647c08b9.tar.xz
tama-627a9749a918f4965cd13df1672065c9647c08b9.zip
feat: recommendations
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]}"