ack

ack 3.9.0

Grep-like tool tailored to working with large trees of source code

https://beyondgrep.com
Artistic License 2.0
programs: ack
Platforms (80)
armv7l-netbsdriscv32-noneloongarch64-linuxmips-noneor1k-nonepowerpcle-nones390-nonemsp430-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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