yazi
yazi 26.9.1
Blazing fast terminal file manager written in Rust, based on async I/O
https://github.com/sxyazi/yaziMIT License
main program: yaziprograms: yazi, ya
Maintainers
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ yazi ];
Ad-hoc shell
nix-shell -p yazi
Flake (nix run)
nix run nixpkgs#yazi