Closed mgunyho closed 3 years ago
Use a custom std::fs::DirEntry-like type in ls output listing instead of strings. This enables a bunch of features.
std::fs::DirEntry
Not sure if some of these should be a part of this PR or if there should be separate ones for each.
This PR supersedes #3.
Use a custom
std::fs::DirEntry
-like type in ls output listing instead of strings. This enables a bunch of features.Not sure if some of these should be a part of this PR or if there should be separate ones for each.
This PR supersedes #3.