diff options
| author | Fuwn <[email protected]> | 2024-01-18 04:36:03 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-18 04:36:03 -0800 |
| commit | 62721c9c37e94bcb757c43e6528abf7881f0be6e (patch) | |
| tree | 2a71533c0885c1be8bf74a664b7ad2457a01d884 /README.md | |
| parent | feat: episodes and watch sub-commands (diff) | |
| download | tama-62721c9c37e94bcb757c43e6528abf7881f0be6e.tar.xz tama-62721c9c37e94bcb757c43e6528abf7881f0be6e.zip | |
docs(readme): add watch flow
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |