Keep files original name while moving
See original GitHub issueIn the early versions I was able to do that with {original}
key. Is there any way to do that with new version?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Windows 10 changed file names when moving files
Files are only usually renamed by the OS if there is already a file of the same name in that folder. Then it...
Read more >Renaming files: annoying automatic re-selection of entire
At first, I would wait a few seconds, hit "Home" or the left arrow key, and then work on renaming the file hoping...
Read more >Moving and renaming files (mv command) - IBM
To move a file to another directory and give it a new name, type the following: mv intro manual/chap1. This moves the intro...
Read more >moving files with keeping the files that have the same name
I'm trying to move files to a directory. I want like, if there is a file with the same name then add number...
Read more >Is it possible to move/rename files in Git and maintain their ...
Let's move a file using filter-tree ! Assume you're going to move a file old into a folder dir and give it the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
To move files without renaming them? I wasn’t aware this was supported earlier but either way, this is not something currently supported in v2.0.0. I’ll investigate restoring this functionality.
I would love if this feature got merged in. I maintain my own fork with this functionality baked in on gitlab.
I think it boils down to mnamer really does three things.
For many users, including myself, being able to just do the first 2 steps is desirable. Is there anything I can do to help get this feature included? It looks like @queeup has a solution and test case already hashed out, is there anything additional I can help with?