CuboCore.corehunt
corehunt 5.0.1
File finder utility from the C Suite
https://gitlab.com/cubocore/coreapps/corehuntGNU General Public License v3.0 only
main program: corehuntprograms: corehunt
Platforms (24)
riscv32-linuxmipsel-linuxmips64el-linuxarmv7a-linuxs390-linuxriscv64-linuxpowerpc64-linuxs390x-linux
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