diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-09-04 11:51:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 06:25:12 +0700 |
commit | dfbbb784c7e7e9f2e1cd624d30a9fce235580c8e (patch) | |
tree | efc13dce4e8aa9363d374302fc39b04f1510cf43 /system/pycp/README | |
parent | c756741c45f06d20722df57e41f63cb0ec218d25 (diff) |
system/pycp: Added (cp and mv with a progressbar).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pycp/README')
-rw-r--r-- | system/pycp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/pycp/README b/system/pycp/README new file mode 100644 index 000000000000..5b31c1946b93 --- /dev/null +++ b/system/pycp/README @@ -0,0 +1,7 @@ +pycp (cp and mv with a progressbar) + +pycp / pymv are meant to be used from the command line. + +pycp.pbar was heavily based on the wonderful library progressbar by Nilton Volpato. + +About usage... please check man page. |