https://github.com/ddavison/branch
A copy utility that branches a file to multiple directories
https://github.com/ddavison/branch
Last synced: about 1 year ago
JSON representation
A copy utility that branches a file to multiple directories
- Host: GitHub
- URL: https://github.com/ddavison/branch
- Owner: ddavison
- License: mit
- Created: 2013-08-03T02:31:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-05T18:58:52.000Z (almost 13 years ago)
- Last Synced: 2025-02-05T00:25:42.377Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# branch
[](http://travis-ci.org/ddavison/branch)
A utility that lets you branch 1 file to multiple directories.
The standard paradigm for copying files has always been "copy multiple files to 1 directory".
I aim to change that with this tool.
On several occasions, I've noticed myself needing to copy one file into mulitple directories, but no easy solution of doing so. Even using explorer it's difficult to do.
### usage
```branch file directories...```
Branch {file} into {directories} (you may specify more than one)
```branch [-h|--help]```
Output the usage in the terminal
```branch -v|--version```
Output the version in the terminal