Skip to content

Feature Request: Implement advanced file filtering (include/exclude patterns, regex) #11

@omar-hanafy

Description

@omar-hanafy

Description:

Currently, it's challenging to select which files to process. Please add advanced filtering options to make the tool more flexible.

Proposed Solution:

Add new flags to control file selection:

  1. Exclude Patterns: An option to ignore specific files or directories.

    • Example: --exclude "node_modules/", --exclude "*.test.ts"
  2. Include Patterns: An option to specify which files to process.

    • Example: --include "src/**/*.js"
  3. Regex (Optional): A flag to filter file paths using a regular expression for advanced use cases.

or similar.

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