A modern replacement for ‘ls’.
Go to file
Ben S b116889abc Change format of file sizes to be shorter
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.
2014-05-25 15:52:36 +01:00
.gitignore Initial commit 2014-05-03 11:30:37 +01:00
colours.rs Upgrade to latest Rust (s/~str/StrBuf/) 2014-05-24 01:14:40 +01:00
column.rs Add user and group columns 2014-05-05 11:29:50 +01:00
exa.rs Change format of file sizes to be shorter 2014-05-25 15:52:36 +01:00
file.rs Change format of file sizes to be shorter 2014-05-25 15:52:36 +01:00
format.rs Change format of file sizes to be shorter 2014-05-25 15:52:36 +01:00
LICENCE Let's GPLv3 this. 2014-05-22 13:52:57 +01:00
options.rs Add reverse parameter 2014-05-24 21:45:24 +01:00
README.md Add a readme 2014-05-22 13:55:11 +01:00
screenshot.png Initial commit 2014-05-03 11:30:37 +01:00
unix.rs Upgrade to latest Rust (s/~str/StrBuf/) 2014-05-24 01:14:40 +01:00

exa

exa is a replacement for ls written in Rust. I'm learning Rust as I go.

Screenshot of exa