Ben S 64770d0a5a 256-colour support
Add a Fixed(u8) constructor to Colour, which represents the 256 colours
that some terminals support. This means we can:

- stop using black bold to mean grey, which looks weird on terminals
  that haven't been set up to use it;
- support a *lot* more file type colours.

I'm a little suspicious of how much string allocation is being done in
colours.rs, but that's a problem for another time.
2014-06-16 12:43:34 +01:00
2014-05-03 11:30:37 +01:00
2014-06-16 12:43:34 +01:00
2014-06-04 13:45:14 +01:00
2014-06-04 13:45:14 +01:00
2014-06-16 12:43:34 +01:00
2014-06-04 14:00:25 +01:00
2014-05-22 13:52:57 +01:00
2014-06-01 13:07:45 +01:00
2014-05-22 13:55:11 +01:00
2014-06-04 14:42:30 +01:00
2014-06-02 21:02:06 +01:00
2014-05-27 19:05:15 +01:00

exa

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

Screenshot of exa

Description
A modern replacement for ‘ls’.
Readme 4.2 MiB
Languages
Rust 91.7%
Shell 7.7%
Just 0.6%