A modern replacement for ‘ls’.
Go to file
Ben S 0dd74a022f Add --binary flag
This finally means that the list of columns is no longer fixed, which means it has to be generated somewhere. And guess where it got moved to? That's right, the options object! (see previous commits)
2014-05-26 15:44:16 +01:00
.gitignore Initial commit 2014-05-03 11:30:37 +01:00
colours.rs s/StrBuf/String/g 2014-05-26 11:08:33 +01:00
column.rs Move columns to options object 2014-05-25 19:42:31 +01:00
exa.rs Add --binary flag 2014-05-26 15:44:16 +01:00
file.rs Move sorting and reversing into options object 2014-05-26 11:50:46 +01:00
format.rs s/StrBuf/String/g 2014-05-26 11:08:33 +01:00
LICENCE Let's GPLv3 this. 2014-05-22 13:52:57 +01:00
options.rs Add --binary flag 2014-05-26 15:44:16 +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 s/StrBuf/String/g 2014-05-26 11:08:33 +01:00

exa

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

Screenshot of exa