CuboCore.corehunt

corehunt 5.0.1

File finder utility from the C Suite

https://gitlab.com/cubocore/coreapps/corehunt
GNU General Public License v3.0 only
main program: corehuntprograms: corehunt
Platforms (24)
riscv64-linuxs390x-linuxi686-linuxmipsel-linuxarmv7a-linuxpowerpc-linuxmicroblaze-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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