From 82a3e57cd82627d41d15648c4c703c96b8ecdcf0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 18 Jan 2024 04:36:03 +0000 Subject: docs(readme): add watch flow --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3