Skip to content

Feature: Automatically search for HTML files when given a directory #2

@shaharkazaz

Description

@shaharkazaz

Currently, when specifying a directory, users must manually append **/*.html to include all HTML files within that directory.

Proposed Improvement

Modify the functionality so that when a directory path is provided, **/*.html is automatically appended. This ensures that all HTML files within the specified directory (including subdirectories) are included without requiring manual input.

Expected Behavior

•	If a file path is provided (e.g., path/to/file.html), it remains unchanged.
•	If a directory path is provided (e.g., path/to/directory/), it is automatically transformed into path/to/directory/**/*.html.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions