You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this tool is simplicity that just executes multiple file moves. Relying another command grows the dependency and brings complexity. This is a duplicate of #12, and still unlikely to support in this project.
FYI and #12: I have discovered, it is achievable without additional contributions to mmv. Simply rename the files, and then stage both the new, and deleted ones. git is smart enough to interpret this as a rename.
It would be great to be able to invoke
mmv --git
to performgit mv
instead of traditional renaming.The text was updated successfully, but these errors were encountered: