|
|
il y a 11 ans | |
|---|---|---|
| man | il y a 11 ans | |
| src | il y a 11 ans | |
| .gitignore | il y a 11 ans | |
| .travis.yml | il y a 11 ans | |
| Cargo.lock | il y a 11 ans | |
| Cargo.toml | il y a 11 ans | |
| LICENCE | il y a 11 ans | |
| Makefile | il y a 11 ans | |
| README.md | il y a 11 ans | |
| screenshot.png | il y a 11 ans |
exa is a replacement for ls written in Rust.
You can sort by name, size, ext, inode, modified, created, accessed, or none.
exa is written in Rust. You'll have to use the nightly -- I try to keep it up to date with the latest version when possible. Once you have it set up, a simple make install will compile exa and install it into /usr/local/bin.
exa depends on libgit2 for certain features. If you're unable to compile libgit2, you can opt out of Git support by passing --no-default-features to Cargo.