Skip to content

Commit

Permalink
Update github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Aug 17, 2023
1 parent a16e5ea commit 4ec8c11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
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
.. image:: https://raw.githubusercontent.com/your-tools/pycp/master/scrot/pycp.png
:target: https://github.com/your-tools/pycp


See ``pycp --help`` for detailed usage.

Development happens on `github <https://github.com/dmerejkowsky/pycp>`_
Development happens on `github <https://github.com/your-tools/pycp>`_


Installation
Expand All @@ -35,7 +31,7 @@ Notes

* Implementation heavily inspired by the wonderful library ``progressbar`` by Nilton Volpato.

* I also maintain a similar 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.
* I also maintain a similar tool written in rust called `rusync <https://github.com/your-tools/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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "cp, mv and rm with a progress bar"
authors = ["Dimitri Merejkowsky <d.merej@gmail.com>"]
license = "MIT"
readme = "README.rst"
repository = "http://github.com/dmerejkowsky/pycp"
repository = "http://github.com/your-tools/pycp"
keywords = ["command line"]
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 4ec8c11

Please sign in to comment.