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.