Skip to content

Release v2.4

Compare
Choose a tag to compare
@rrthomas rrthomas released this 14 May 14:19
· 30 commits to master since this release

This release adds the ability to create non-existent directories with the new -D flag. For example, given a directory containing

foo-bar
bar-baz

one can say:

mmv "-" "#1/#2"

and the files will become:

foo/bar
bar/baz

with the “foo” and “bar” subdirectories being created automatically.