/pycopy

Simple utility to copy files in mac os x console.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pycopy

Simple utility to copy files in mac os x console with progress.


License:GNU/GPL 3.0
https://www.gnu.org/licenses/gpl-3.0.html
Usage:pycopy.py /path/to/source/file /path/to/destanation/file
pycopy.py

For example:

./pycopy.py ~/image.img /dev/disk1

will burn image.img to /dev/disk1.
Also you could run it like this:

./pycopy.py


After this you will be asked to input source and target file:

SOURCE:/home/User/greenoctocat.txt
DEST:/home/User/redoctocat.txt


After this source file willbe copied to destanatrion file.

./pycopy.py -u http://domain.extension/path/to/file greenoctocat.txt
This will download file from internet as greenocotocat.txt