mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-25 05:17:34 +00:00
A modern replacement for ‘ls’.
a0582132e5
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. |
||
---|---|---|
.gitignore | ||
colours.rs | ||
column.rs | ||
exa.rs | ||
file.rs | ||
format.rs | ||
screenshot.png | ||
unix.rs |