-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
area:cliCLI or terminal UX areaCLI or terminal UX areaarea:youtubeYouTube parsing, transcripts, metadata, playlistsYouTube parsing, transcripts, metadata, playlistsgood-first-issueGood for newcomersGood for newcomershelp-wantedExtra attention is neededExtra attention is neededpriority:lowLow priorityLow prioritytype:featureNew feature or enhancement requestNew feature or enhancement request
Description
Problem Description
Users must currently leave the terminal to find video URLs in a browser. This breaks the CLI workflow context.
Proposed Solution
Allow searching and selecting videos directly from the terminal.
Implementation Details
- Add
searchcommand - Use
youtube-search-pythonto fetch results - Use
richorinquirerto display a selectable list - Pass selected URL to the processing pipeline
Acceptance Criteria
-
yt-study search "term"shows list of results - User can select one or multiple videos
- Selected videos are processed immediately
References
src/yt_study/cli.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:cliCLI or terminal UX areaCLI or terminal UX areaarea:youtubeYouTube parsing, transcripts, metadata, playlistsYouTube parsing, transcripts, metadata, playlistsgood-first-issueGood for newcomersGood for newcomershelp-wantedExtra attention is neededExtra attention is neededpriority:lowLow priorityLow prioritytype:featureNew feature or enhancement requestNew feature or enhancement request