fd
fd 10.4.2
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/fdApache License 2.0MIT License
main program: fdprograms: fd
Maintainers
Platforms (38)
mips64el-linuxm68k-linuxaarch64-linuxriscv64-linuxpowerpc64-linuxx86_64-darwinx86_64-windowsmips-linux
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