|
@@ -8,9 +8,10 @@ eza is a modern, maintained replacement for ls, built on [exa](https://github.co
|
|
|
|
|
|
|
|
[](https://github.com/cafkafk/eza/actions/workflows/unit-tests.yml)
|
|
[](https://github.com/cafkafk/eza/actions/workflows/unit-tests.yml)
|
|
|
[](https://nixos.org)
|
|
[](https://nixos.org)
|
|
|
|
|
+[](code_of_conduct.md)
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
@@ -149,7 +150,7 @@ Some of the options accept parameters:
|
|
|
<img src="https://img.shields.io/badge/rustc-1.63.0+-lightgray.svg" alt="Rust 1.63.0+" />
|
|
<img src="https://img.shields.io/badge/rustc-1.63.0+-lightgray.svg" alt="Rust 1.63.0+" />
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
|
-<a href="https://github.com/ogham/exa/blob/master/LICENCE">
|
|
|
|
|
|
|
+<a href="https://github.com/cafkafk/eza/blob/master/LICENCE">
|
|
|
<img src="https://img.shields.io/badge/licence-MIT-green" alt="MIT Licence" />
|
|
<img src="https://img.shields.io/badge/licence-MIT-green" alt="MIT Licence" />
|
|
|
</a>
|
|
</a>
|
|
|
</h1></a>
|
|
</h1></a>
|
|
@@ -181,8 +182,6 @@ If you’re unable to compile libgit2, you can opt out of Git support by running
|
|
|
- If you intend to compile for musl, you will need to use the flag `vendored-openssl` if you want to get the Git feature working.
|
|
- If you intend to compile for musl, you will need to use the flag `vendored-openssl` if you want to get the Git feature working.
|
|
|
The full command is `cargo build --release --target=x86_64-unknown-linux-musl --features vendored-openssl,git`.
|
|
The full command is `cargo build --release --target=x86_64-unknown-linux-musl --features vendored-openssl,git`.
|
|
|
|
|
|
|
|
-For more information, see the [Building from Source page](https://the.exa.website/install/source).
|
|
|
|
|
-
|
|
|
|
|
### Developing on Nix (experimental) ❄️
|
|
### Developing on Nix (experimental) ❄️
|
|
|
|
|
|
|
|
If you have a working Nix installation with flake support, you can use nix to manage your dev environment.
|
|
If you have a working Nix installation with flake support, you can use nix to manage your dev environment.
|