Skip to content

janpipek/muren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muren - (mu)ltiple (ren)ames

Command-line utility for filename manipulations.

Usage: muren [OPTIONS] [COMMAND]

Comands:
  set-ext      Change extension
  prefix       Prefix with string
  replace      Replace parts of the name
  normalize    Convert names to reasonable ASCII.
  fix-ext      Fix extension according to the file contents.
  remove       Remove part of a name from all files.
  change-case  Change case of all files.
  uuid         Assign each file a UUID name.
  help         Print this message or the help of the given subcommand(s)


Options:
  -d, --dry      Dry run
  -y, --yes      Automatically confirm all actions
  -h, --help     Print help
  -V, --version  Print version

Installation

Once you have cargo on your system:

cargo install muren

Alternatives

Why am I implementing this then? Because this project scratches my particular itch and allows me to try/learn rust.

About

Command-line utility for filename manipulations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors