mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 12:05:11 +00:00
A modern replacement for ‘ls’.
baf9f9572f
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! |
||
---|---|---|
.gitignore | ||
colours.rs | ||
column.rs | ||
dir.rs | ||
exa.rs | ||
file.rs | ||
filetype.rs | ||
format.rs | ||
LICENCE | ||
Makefile | ||
options.rs | ||
README.md | ||
screenshot.png | ||
sort.rs | ||
unix.rs |