Skip to content
/ muren Public

Command-line utility for filename manipulations.

License

Notifications You must be signed in to change notification settings

janpipek/muren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muren(mu)ltiple (ren)ames

Command-line utility for filename manipulations.

Usage: muren [OPTIONS] [COMMAND]

Commands:
  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.
  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

No packages published

Languages