0xf104a / pycopy

Simple utility to copy files in mac os x console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple utility to copy files in mac os x console.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%