diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 16:56:12 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 16:57:45 +0300 |
commit | 9e5da4acc6cecbaf7f77260d30dfe0b7e09ba0f9 (patch) | |
tree | e85cc570783b0516334d8c6efdde38d00b799286 | |
parent | 1c90e911b7285719bf6d8708c91e1c2381c86e26 (diff) |
Update the README
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,12 +1,12 @@ -# mmv — mapped file moves - -The `mmv` utility is a command-line tool to help you easily and safely perform -complex file moves and -renamings. Unlike almost all file renaming tools I have -seen online, this utility does not limit you to using specific built-in -functions which offer only part of the functionality one might need. This -utility also tries to be as safe as possible — you would be amazed at how many -file renaming tools lose your data when you try something as simple as swapping -two files. +# mmv, mcp — mapped file moves and -copies + +The `mmv` and `mcp` utilities is a command-line tool to help you easily and +safely perform complex file copies, -moves, and -renamings. Unlike almost all +file renaming tools I have seen online, these utilities do not limit you to +using specific built-in functions which offer only part of the functionality one +might need. These utilities also try to be as safe as possible — you would be +amazed at how many file renaming tools lose your data when you try something as +simple as swapping two files. ## Installation |