A modern replacement for ‘ls’.
Go to file
Ben S baf9f9572f Highlight link number for files with multiple links
Curiously enough, this turned out to be helpful today... Git can't
traverse symlinks, so I had to use hard links instead, and then I had to
work out which files had more than one link at a glance. If I hadn't
already had most of exa written, I'd be stuck using find!
2014-06-26 12:46:40 +01:00
.gitignore Add a simple Makefile 2014-06-23 18:30:08 +01:00
colours.rs Highlight link number for files with multiple links 2014-06-26 12:46:40 +01:00
column.rs Add header row with -h option 2014-06-23 18:26:35 +01:00
dir.rs Show file colours for symlink targets 2014-06-21 19:39:27 +01:00
exa.rs Add header row with -h option 2014-06-23 18:26:35 +01:00
file.rs Highlight link number for files with multiple links 2014-06-26 12:46:40 +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
Makefile Add a simple Makefile 2014-06-23 18:30:08 +01:00
options.rs Add header row with -h option 2014-06-23 18:26:35 +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