Skip to content

feat: article search by keyword #4

@hanw39

Description

@hanw39

Summary

Support filtering articles by keyword so users can quickly find relevant content without scrolling through the full list.

Proposed CLI

blogwatcher articles --search <keyword>

Can be combined with existing flags:

blogwatcher articles --search "golang" --blog "Paul Graham" --all

Behavior

  • Match against article title (and URL as fallback)
  • Case-insensitive
  • Works alongside existing --blog and --all filters

Notes

  • Search can be implemented at the SQL layer (LIKE '%keyword%') for efficiency

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions