fd

fd 10.5.0

Simple, fast and user-friendly alternative to find

<rendered-html><p><code>fd</code> is a simple, fast and user-friendly alternative to <code>find</code>.</p> <p>While it does not seek to mirror all of <code>find</code>’s powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases.</p> </rendered-html>

https://github.com/sharkdp/fd
Apache License 2.0MIT License
main program: fdprograms: fd
Platforms (38)
x86_64-freebsdpowerpc-linuxi686-linuxarmv7l-netbsdarmv6l-netbsdx86_64-redoxpowerpc-netbsdi686-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  fd
];
Ad-hoc shell
nix-shell -p fd
Flake (nix run)
nix run nixpkgs#fd