Skip to content

Feature: Interactive CLI Video Search #28

@whoisjayd

Description

@whoisjayd

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 search command
  • Use youtube-search-python to fetch results
  • Use rich or inquirer to 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:cliCLI or terminal UX areaarea:youtubeYouTube parsing, transcripts, metadata, playlistsgood-first-issueGood for newcomershelp-wantedExtra attention is neededpriority:lowLow prioritytype:featureNew feature or enhancement request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions