issues
search
BurntSushi
/
walkdir
Rust library for walking directories recursively.
The Unlicense
1.3k
stars
109
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Extracting the relative path
#204
konstin
opened
1 week ago
0
Associate WalkDir lifetime with WalkDirOptions, sorter, and IntoIter
#203
dbarnett
opened
2 months ago
2
Does sort_by_key really need `'static` lifetime?
#202
dbarnett
opened
2 months ago
3
Find all git repositories
#201
Yingrjimsch
opened
3 months ago
0
workspace member as a root
#200
akamenskiy
closed
4 months ago
4
chore(docs): change single character pattern
#199
joshuachp
closed
5 months ago
5
Fix: filter_entry misbehaves when contents_first is enabled
#198
kikuomax
opened
7 months ago
0
chore: fix spelling errors
#197
robjtede
opened
8 months ago
0
chore: address clippy warnings
#196
robjtede
opened
8 months ago
1
[feature request] files helper function
#195
dev-ardi
closed
9 months ago
2
Depends on unmaintained winapi crate
#194
RalfJung
closed
9 months ago
3
feat: support asynchronous filtering
#193
RaitoBezarius
opened
10 months ago
0
`filter_entry().filter_entry()` is broken
#192
obsgolem
opened
11 months ago
2
Complex filesystem loops cause multiple-counting, runaway recursion and CPU usage
#191
dividedmind
closed
1 year ago
5
Walkdir doesn't work properly while using debugger
#190
AL4AL
closed
1 year ago
1
Option to only show files and not directories?
#189
ChocolateLoverRaj
closed
1 year ago
1
Yield parent directory before reading it
#188
fdiakh
opened
1 year ago
0
Remove Unnecessary 'fs' Prefix from FileType
#187
GeorgeBerdovskiy
opened
1 year ago
0
Make `WalkDir::new` Take an `Into<PathBuf>`
#186
ultrabear
closed
1 year ago
3
Fixup manifest
#185
Jake-Shadle
closed
6 months ago
0
Add `AsRef<std::path::Path>` for `DirEntry`
#184
cactusdualcore
closed
1 year ago
4
A way to convert walkdir::DirEntry into std::fs::DirEntry
#183
zummenix
closed
1 year ago
3
`sort_by_file_name` doesn't appear to be working
#182
ShayBox
opened
1 year ago
2
"Input/output error" while there is a long filename
#181
b0207191
opened
1 year ago
1
request: ARM Windows support
#180
mcandre
closed
1 year ago
3
Doc correction
#179
luxagen
opened
1 year ago
0
Different file listing with different OS
#178
tiago-ssantos
closed
1 year ago
1
Shorthand initialization
#177
vsuryamurthy
closed
1 year ago
2
Implement `stop_descent` method
#176
Gordon01
opened
1 year ago
1
entry.unwrap() fails when root is symlink and points to non-existing target
#175
flokli
closed
1 year ago
4
feat: add `sort_by_file_name_case_insensitive` method
#174
lucatrv
opened
1 year ago
7
performance: use `sort_unstable_by` method
#173
lucatrv
opened
1 year ago
0
Please add a method to walk entries in case-insensitive alphabetical order
#172
lucatrv
opened
1 year ago
2
`filter_entry` misbehaves when `contents_first` is enabled
#171
selendym
opened
1 year ago
5
`follow_root_links()` in `WalkDir`.
#170
Byron
closed
1 year ago
9
Follows macOS/APFS "firmlinks" even with `.follow_links(false)`
#169
hippietrail
opened
2 years ago
6
contents_first(false) still calls readdir before emitting the parent directory
#168
UhhhWaitWhat
opened
2 years ago
1
Fix & Improve doc comment on some structures
#167
minghu6
opened
2 years ago
0
Inconsistent behaviour of `skip_current_dir` when combined with `same_file_system (false)` and symlinks to other file-systems
#166
cipriancraciun
opened
2 years ago
6
bug: fix contents_first with root symlink
#165
danielparks
opened
2 years ago
2
tests: add contents_first with min & max depth
#164
danielparks
opened
2 years ago
0
Parent directory appears out of order with `contents_first(true)` in certain circumstances
#163
danielparks
opened
2 years ago
6
Port from winapi to windows-sys.
#162
sunfishcode
closed
1 year ago
1
example not working
#161
masta99wrfvsHsa
closed
2 years ago
2
Add support for yielding the original links on resolution failure
#160
refi64
opened
2 years ago
0
Add support for not following a root symlink
#159
refi64
opened
2 years ago
1
Can't filter out directories without also filtering out files in those directories.
#158
merehap
closed
2 years ago
1
Implementing From for my custom error
#157
oren0e
closed
2 years ago
4
[security] TOCTOU - race condition
#156
nongiach
closed
2 years ago
1
Fix crates.io badge, use SPDX license format, and remove obsolete exclusions
#155
atouchet
opened
3 years ago
1
Next