aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-18 04:36:03 +0000
committerGitHub <[email protected]>2024-01-18 04:36:03 +0000
commit82a3e57cd82627d41d15648c4c703c96b8ecdcf0 (patch)
tree2a71533c0885c1be8bf74a664b7ad2457a01d884 /README.md
parentfeat: episodes and watch sub-commands (diff)
downloadtama-82a3e57cd82627d41d15648c4c703c96b8ecdcf0.tar.xz
tama-82a3e57cd82627d41d15648c4c703c96b8ecdcf0.zip
docs(readme): add watch flow
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fd4c7e..b8274fb 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,16 @@ bash <(curl -s "https://raw.githubusercontent.com/Fuwn/tama/main/tama")
> Hint: Alias this in your shell profile: `alias tama="bash <(curl -s "https://raw.githubusercontent.com/Fuwn/tama/main/tama")"`
+### Watch Flow
+
+```shell
+# Find an anime to watch
+tama s my dress-up darling
+
+# Watch episode 1 using the ID found from the previous search operation
+tama w 132405 1
+```
+
### `--help`
```text