mcbunkus / ruf

My tool for recursively changing filenames, overengineered and unnecessarily written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruf

Requirements

  • Allow users to provide a regex string to match filenames recursively, and change their name with a new string
  • Interactively prompt users as files are found
  • Allow users to pass a "yes" flag that assumes yes for all prompts

About

My tool for recursively changing filenames, overengineered and unnecessarily written in C++

License:MIT License


Languages

Language:C++ 95.8%Language:Meson 4.2%