mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-25 13:27:33 +00:00
A modern replacement for ‘ls’.
b116889abc
I'm copying ls here because we don't really need the 'B' for bytes to be listed every time. I think it looks better the new way. Unlike ls, don't list directory sizes, because I've never found the pseudo-sizes they get given at all useful. Also, fix a bug where aligning columns didn't work when the number of format characters (like '\x1B' and '[') were different between each line. |
||
---|---|---|
.gitignore | ||
colours.rs | ||
column.rs | ||
exa.rs | ||
file.rs | ||
format.rs | ||
LICENCE | ||
options.rs | ||
README.md | ||
screenshot.png | ||
unix.rs |