mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-04 03:28:25 +00:00
Ben S
a0582132e5
Have each row use the same column widths
This involves putting the entire output into a table before anything is actually printed, in order to determine what the width of each column should be. This should make it appear to output slower, as the first line can only be printed after every file has been examined, but it's still fast to me.
Description
A modern replacement for ‘ls’.
Languages
Rust
91.7%
Shell
7.7%
Just
0.6%