Search Command¶
Interactive anime search functionality.
Overview¶
The search command provides: - Multi-provider search - Interactive results - Search history - Quick access
Implementation¶
Located in weeb_cli/commands/search/:
- search_handlers.py: Search logic
- anime_details.py: Details display
- episode_utils.py: Episode selection
- stream_utils.py: Stream selection
- watch_flow.py: Watch workflow
- download_flow.py: Download workflow
Features¶
- Provider selection
- Result filtering
- History tracking
- Quick navigation
Next Steps¶
- Search Guide: User guide
- API Reference: Full API docs