eza 0.15.0

A modern replacement for ls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  projectRootFile = "Cargo.toml";
  programs = {
    alejandra.enable = true; # nix
    rustfmt.enable = true; # rust
    shellcheck.enable = true; # bash/shell
    deadnix.enable = true; # find dead nix code
    taplo.enable = true; # toml
    yamlfmt.enable = true; # yaml
  };
  settings = {
    formatter.shellcheck.includes = ["*.sh" "./completions/bash/eza"];
    formatter.rustfmt.excludes = ["src/options/flags.rs"];
  };
}