bat
bat 0.26.1
Cat(1) clone with syntax highlighting and Git integration
https://github.com/sharkdp/batApache License 2.0MIT License
main program: batprograms: bat
Maintainers
Platforms (38)
riscv32-linuxm68k-linuxpowerpc-linuxarmv6l-linuxi686-freebsdpowerpc64le-linuxx86_64-windowsmips64-linux
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