=============================================================================== FileOps 1.0.0 Techlosoft "File Command Center" product line - Vertical variant =============================================================================== FileOps is a bulk rename engine. You give it a regular expression and a name template, and it rewrites file names IN PLACE. It never moves a file to a different directory, never deletes anything, and never overwrites anything. Where the siblings differ: FilePilot - general file browsing and inspection. FolderForge - rule-based sorting; MOVES files between folders. FileOps - REWRITES NAMES in place, with a real pattern language, all-or-nothing collision safety, and an undo journal that can put every single file back where it started. FolderForge changes where a file lives. FileOps changes what it is called, and can take it back. ------------------------------------------------------------------------------- INSTALLING ------------------------------------------------------------------------------- Pre-built binaries are in dist/: dist/fileops-linux-amd64 dist/fileops-darwin-amd64 dist/fileops-darwin-arm64 dist/fileops-windows-amd64.exe Copy the one for your machine somewhere on your PATH and rename it to "fileops" (or "fileops.exe" on Windows). On macOS and Linux you may need to mark it executable first: chmod +x fileops Building from source needs nothing but a Go 1.24 toolchain. There are no third-party dependencies, so no network access is required: go build -o fileops . ------------------------------------------------------------------------------- COMMANDS ------------------------------------------------------------------------------- fileops rename --match --to