Skip to content

multicopy copies the specified file after renaming the same name file in the specified directory.

Notifications You must be signed in to change notification settings

qt-luigi/multicopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

multicopy

multicopy copies the specified file after renaming the same name file in the specified directory.

Usage

$ multicopy
[args] srcfile dstpath

Example

$ multicopy test/file.txt test/

Before:

test/
|
+--file.txt (Contents:"src")
+--dir1/
|  +--file.txt (Contents:"dir1")
+--dir2/
   +--dir3/
      +--file.txt (Contents:"dir2/dir3")

After:

test/
|
+--file.txt (Contents:"src")
+--dir1/
|  +--file.txt (Contents:"src")
|  +--file.txt.YYYYMMDDHHNNSSZZZ (Contents:"dir1")
+--dir2/
   +--dir3/
      +--file.txt (Contents:"src")
      +--file.txt.YYYYMMDDHHNNSSZZZ (Contents:"dir2/dir3")

License

MIT

Author

Ryuji Iwata

Note

This tool is mainly using by myself. :-)

About

multicopy copies the specified file after renaming the same name file in the specified directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages