bat

bat 0.26.1

Cat(1) clone with syntax highlighting and Git integration

https://github.com/sharkdp/bat
Apache License 2.0MIT License
main program: batprograms: bat
Platforms (38)
riscv32-linuxm68k-linuxpowerpc-linuxarmv6l-linuxi686-freebsdpowerpc64le-linuxx86_64-windowsmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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