mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-25 13:27:33 +00:00
A modern replacement for ‘ls’.
e5e426fc60
Currently there's only one numeric column, and that's the file size, so it gets special treatment. I was originally going to have a folder file size field be filled up with '-'s as far as it could go, leaving it entirely up to the column how its field gets formatted. But then I saw just one '-' working just fine, so I left it like that. In the first try, columns could do anything they want when padding a string (including changing the padding character or just changing it entirely), but now there's no point. |
||
---|---|---|
.gitignore | ||
colours.rs | ||
column.rs | ||
exa.rs | ||
file.rs | ||
format.rs | ||
LICENCE | ||
options.rs | ||
README.md | ||
screenshot.png | ||
sort.rs | ||
unix.rs |