All Projects → dmerejkowsky → Pycp

dmerejkowsky / Pycp

Licence: mit
cp and mv with a progress bar

Programming Languages

python
139335 projects - #7 most used programming language

pycp: cp and mv with a progressbar

.. image:: https://travis-ci.org/dmerejkowsky/pycp.svg?branch=master :target: https://travis-ci.org/dmerejkowsky/pycp .. image:: http://img.shields.io/pypi/v/pycp.png :target: https://pypi.python.org/pypi/pycp .. image:: https://img.shields.io/github/license/dmerejkowsky/pycp.svg :target: https://github.com/dmerejkowsky/pycp/blob/master/LICENSE

What it looks like:

.. image:: https://raw.githubusercontent.com/dmerejkowsky/pycp/master/scrot/pycp.png :target: https://github.com/dmerejkowsky/pycp

See pycp --help for detailed usage.

Development happens on github <https://github.com/dmerejkowsky/pycp>_

Installation

pycp works both for any version greater than Python 3.4, and is installable with pip.

For Archlinux, a PKGBUILD is also available on AUR

Notes

  • Implementation heavily inspired by the wonderful library progressbar by Nilton Volpato.

  • I also maintain a similary tool written in rust called rusync <https://github.com/dmerejkowsky/rusync>_. It has a different set of features (so you may want to stick with pycpy), but is much faster.

  • If you are looking for a ncurses-based solution, vcp maybe the right choice for you http://www.freebsdsoftware.org/sysutils/vcp.html

  • If you are looking for a more general solution to display progress bars when performing command-line operations, see clpbar: http://clpbar.sourceforge.net/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].