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-linuxarmv5tel-linuxpowerpc-linuxarmv6l-linuxloongarch64-linuxsh4-linuxmips64-linuxpowerpc64-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