Skip to content

Add --ignore-dirs or similar to extract #402

@akx

Description

@akx

See #53, #253, #401, #124.

Implementation idea:

  • Add directory_filter callable arg to extract_from_dir(); this would be used instead of the hard-coded if subdir.startswith('.') or subdir.startswith('_'):
  • Generate a directory filter callable from an --ignore-dirs argument, if passed in the CLI

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions