CuboCore.corerenamer

corerenamer 5.0.1

Batch file renamer from the C Suite

https://gitlab.com/cubocore/coreapps/corerenamer
GNU General Public License v3.0 or later
main program: corerenamerprograms: corerenamer
Platforms (24)
arc-linuxpowerpc-linuxpowerpc64-linuxriscv64-linuxmips64el-linuxpowerpc64le-linuxriscv32-linuxmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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