Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmerejkowsky/pycp
cp and mv with a progress bar
https://github.com/dmerejkowsky/pycp
Last synced: 3 months ago
JSON representation
cp and mv with a progress bar
- Host: GitHub
- URL: https://github.com/dmerejkowsky/pycp
- Owner: your-tools
- License: mit
- Created: 2010-06-27T09:35:29.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T17:38:32.000Z (8 months ago)
- Last Synced: 2024-05-19T00:05:33.005Z (6 months ago)
- Language: Python
- Homepage:
- Size: 331 KB
- Stars: 142
- Watchers: 12
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: Changelog.rst
- License: COPYING.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
pycp: cp and mv with a progressbar
==================================.. image:: http://img.shields.io/pypi/v/pycp.png
:target: https://pypi.python.org/pypi/pycpWhat it looks like:
.. image:: https://raw.githubusercontent.com/your-tools/pycp/master/scrot/pycp.png
:target: https://github.com/your-tools/pycpSee ``pycp --help`` for detailed usage.
Development happens on `github `_
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 similar tool written in rust called `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/