A modern replacement for ‘ls’.
Go to file
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.
2014-05-22 13:22:41 +01:00
.gitignore Initial commit 2014-05-03 11:30:37 +01:00
colours.rs Have each row use the same column widths 2014-05-22 13:22:41 +01:00
column.rs Add user and group columns 2014-05-05 11:29:50 +01:00
exa.rs Have each row use the same column widths 2014-05-22 13:22:41 +01:00
file.rs Upgrade to latest Rust nightly 2014-05-22 13:17:33 +01:00
format.rs Split source out into multiple files 2014-05-04 21:33:14 +01:00
screenshot.png Initial commit 2014-05-03 11:30:37 +01:00
unix.rs Add user and group columns 2014-05-05 11:29:50 +01:00