|
|
10 gadi atpakaļ | |
|---|---|---|
| contrib | 10 gadi atpakaļ | |
| src | 10 gadi atpakaļ | |
| .gitignore | 10 gadi atpakaļ | |
| .travis.yml | 10 gadi atpakaļ | |
| Cargo.lock | 10 gadi atpakaļ | |
| Cargo.toml | 10 gadi atpakaļ | |
| LICENCE | 11 gadi atpakaļ | |
| Makefile | 10 gadi atpakaļ | |
| README.md | 10 gadi atpakaļ | |
| generate-testcases.sh | 10 gadi atpakaļ | |
| screenshots.png | 10 gadi atpakaļ |
exa is a replacement for ls written in Rust.
Works on all recent Rust versions >= 1.4.0.
exa’s options are similar, but not exactly the same, as ls.
These options are available when running with --long (-l):
Accepted --color options are always, automatic, and never. Valid sort fields are name, size, extension, modified, accessed, created, inode, and none. Valid time fields are modified, accessed, and created.
exa is written in Rust.
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 running cargo build --release --no-default-features.