A modern replacement for ‘ls’.
Go to file
Ben S 8839cf4ca5 Show file colours for symlink targets
This requires the dir field to store a reference to the path that
created it, so that path can be used to join onto the filename so it can
be properly statted.
2014-06-21 19:39:27 +01:00
.gitignore Initial commit 2014-05-03 11:30:37 +01:00
colours.rs 256-colour support 2014-06-16 12:43:34 +01:00
column.rs Right-align file sizes 2014-06-04 13:45:14 +01:00
dir.rs Show file colours for symlink targets 2014-06-21 19:39:27 +01:00
exa.rs Print directory names when given more than one 2014-06-21 18:12:29 +01:00
file.rs Show file colours for symlink targets 2014-06-21 19:39:27 +01:00
filetype.rs Do similar for block devices and named pipes 2014-06-21 18:27:26 +01:00
format.rs Get rid of silly warning 2014-06-16 20:32:23 +01:00
LICENCE Let's GPLv3 this. 2014-05-22 13:52:57 +01:00
options.rs Upgrade to latest Rust nightly 2014-06-18 13:39:55 +01:00
README.md Add a readme 2014-05-22 13:55:11 +01:00
screenshot.png Switch to Linux 2014-06-04 14:42:30 +01:00
sort.rs Fix bug in sort where numbers could get too long 2014-06-18 17:26:28 +01:00
unix.rs Cache user and group names 2014-06-21 17:50:37 +01:00

exa

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

Screenshot of exa