Skip to content

find.py needs an option to stop descending when it matches #79

Description

@glanois

Consider the case where you just want to find your venv subdirectories.

> python find.py .  venv

Currently find.py will match each subdirectory of the match, and will list the paths of all subdirectories.

This Issue is create an option to stop recursing into subdirectories of matches.

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