-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: jwodder/iterpath
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Add a variant of New feature or request therefor
iterpath()
that traverses in breadth-first order
enhancement
#18
opened Apr 27, 2024 by
jwodder
Support honoring New feature or request therefor
low priority
Less important than other things
under consideration
Dev has not yet decided whether or how to implement
.rsync-filter
files
c:filtering
enhancement
#17
opened Apr 27, 2024 by
jwodder
Detect & error on infinite recursion with symlinks
low priority
Less important than other things
robustness
Imperviousness to bad behavior
#16
opened Apr 27, 2024 by
jwodder
Add an option for omitting empty directories
c:filtering
enhancement
New feature or request therefor
low priority
Less important than other things
under consideration
Dev has not yet decided whether or how to implement
#15
opened Apr 27, 2024 by
jwodder
Add a New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
maxdepth: int | None
parameter
enhancement
#14
opened Apr 27, 2024 by
jwodder
Work solely with Introduction of an incompatible API change
under consideration
Dev has not yet decided whether or how to implement
os.DirEntry[str]
internally
breaking change
#13
opened Apr 27, 2024 by
jwodder
Add New feature or request therefor
SelectFiles(filter)
and SelectDirs(filter)
selectors for applying filters only to entries of the given type
c:selectors
enhancement
#12
opened Apr 27, 2024 by
jwodder
Add a selector for filtering based on custom gitignore patterns
c:filtering
c:gitignore
c:selectors
enhancement
New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
#11
opened Apr 27, 2024 by
jwodder
Support negating and ANDing (and XORing?) selectors
c:selectors
enhancement
New feature or request therefor
#10
opened Apr 27, 2024 by
jwodder
Add a New feature or request therefor
SelectFunc(filter)
selector that just delegates to the given filter function
c:selectors
enhancement
#9
opened Apr 27, 2024 by
jwodder
Document how to create custom selectors
c:selectors
documentation
Improvements or additions to documentation
#8
opened Apr 27, 2024 by
jwodder
Support honoring New feature or request therefor
high priority
Work on these first
under consideration
Dev has not yet decided whether or how to implement
.gitignore
and .ignore
files
c:filtering
c:gitignore
enhancement
#7
opened Apr 27, 2024 by
jwodder
Pass an object with various path-related attributes to filter & sort functions
breaking change
Introduction of an incompatible API change
c:filtering
#6
opened Apr 27, 2024 by
jwodder
Replace all filtering parameters with one parameter that returns an enum
breaking change
Introduction of an incompatible API change
c:filtering
under consideration
Dev has not yet decided whether or how to implement
#5
opened Apr 27, 2024 by
jwodder
Support yielding XOR descending into certain directories
c:filtering
enhancement
New feature or request therefor
#4
opened Apr 27, 2024 by
jwodder
ProTip!
Mix and match filters to narrow down what you’re looking for.