mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.68k stars 38 forks source link

Custom DirEntry type in ls output buffer #10

Closed mgunyho closed 3 years ago

mgunyho commented 3 years ago

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.