eza
eza 0.23.4
Modern, maintained replacement for ls
<rendered-html><p>eza is a modern replacement for ls. It uses colours for information by default, helping you distinguish between many types of files, such as whether you are the owner, or in the owning group. It also has extra features not present in the original ls, such as viewing the Git status for a directory, or recursing into directories with a tree view. eza is written in Rust, so it’s small, fast, and portable.</p> </rendered-html>
https://github.com/eza-community/ezaEuropean Union Public License 1.2
main program: ezaprograms: exa, eza
Maintainers
Platforms (37)
m68k-linuxarmv6l-linuxx86_64-netbsdarmv7l-linuxpowerpc-linuxi686-linuxmips64-linuxarmv6l-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ eza ];
Ad-hoc shell
nix-shell -p eza
Flake (nix run)
nix run nixpkgs#eza