|
|
@@ -2,15 +2,14 @@
|
|
|
|
|
|
# eza
|
|
|
|
|
|
-eza is a modern, maintained replacement for ls, built on [exa](https://github.com/ogham/exa).
|
|
|
+A modern, maintained replacement for ls.
|
|
|
|
|
|
-**README Sections:** [Options](#options) — [Installation](#installation) — [Development](#development)
|
|
|
+
|
|
|
+<a href="https://matrix.to/#/#eza-community:gitter.im"><img alt="Gitter" src="https://img.shields.io/gitter/room/eza-community/eza?logo=element&link=https%3A%2F%2Fapp.gitter.im%2F%23%2Froom%2F%23eza%3Agitter.im&link=Gitter%20matrix%20room%20for%20Eza" width=200></a>
|
|
|
|
|
|
[](https://nixos.org)
|
|
|
[](CODE_OF_CONDUCT.md)
|
|
|
|
|
|
-<a href="https://matrix.to/#/#eza-community:gitter.im"><img alt="Gitter" src="https://img.shields.io/gitter/room/eza-community/eza?logo=element&link=https%3A%2F%2Fapp.gitter.im%2F%23%2Froom%2F%23eza%3Agitter.im&link=Gitter%20matrix%20room%20for%20Eza" width=200></a>
|
|
|
-
|
|
|
[](https://github.com/eza-community/eza/actions/workflows/unit-tests.yml)
|
|
|

|
|
|

|
|
|
@@ -42,6 +41,9 @@ By deliberately making some decisions differently, eza attempts to be a more fea
|
|
|
- Support for `bright` terminal colours.
|
|
|
- Many smaller bug fixes/changes!
|
|
|
|
|
|
+...and like, so much more that it became exhausting to update this all the time.
|
|
|
+Like seriously, we have a lot of good stuff.
|
|
|
+
|
|
|
---
|
|
|
|
|
|
<a id="try-it">
|
|
|
@@ -59,6 +61,9 @@ Nix will build eza and run it.
|
|
|
If you want to pass arguments this way, use e.g. `nix run github:eza-community/eza -- -ol`.
|
|
|
|
|
|
<a id="installation">
|
|
|
+<details>
|
|
|
+ <summary> Installation instructions </summary>
|
|
|
+
|
|
|
<h1>Installation</h1>
|
|
|
</a>
|
|
|
|
|
|
@@ -287,6 +292,7 @@ For reference:
|
|
|
- https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh
|
|
|
- https://github.com/Homebrew/brew/issues/8984
|
|
|
|
|
|
+</details>
|
|
|
|
|
|
---
|
|
|
|