mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
A modern replacement for ‘ls’.
cce20d5953
Compiled files with a source present (such as code.o when code.c is present) are now classified as temporary files. If the source isn't present, they're highlighted in a kind of drab colour (using the new 255-colour ability, yay!) The code does do exists() checks on the filesystem when it could be possible to compare the files to the list of files we got from the call to readdir(), but it doesn't. |
||
---|---|---|
.gitignore | ||
colours.rs | ||
column.rs | ||
exa.rs | ||
file.rs | ||
format.rs | ||
LICENCE | ||
options.rs | ||
README.md | ||
screenshot.png | ||
sort.rs | ||
unix.rs |