<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/cp, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/cp?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/cp?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2021-09-09T20:18:09Z</updated>
<entry>
<title>fix(cp): add unique suffix to rsync backup directory for each user (#10170)</title>
<updated>2021-09-09T20:18:09Z</updated>
<author>
<name>Xuehai Pan</name>
<email>XuehaiPan@pku.edu.cn</email>
</author>
<published>2021-09-09T20:18:09Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=358ac6a141010b19175d0eb5a6f28ff544aa75d3'/>
<id>urn:sha1:358ac6a141010b19175d0eb5a6f28ff544aa75d3</id>
<content type='text'>
* fix(cp): add unique suffix to rsync backup directory for each user

* fix(cp): use `USERNAME` rather than `USER`</content>
</entry>
<entry>
<title>Fix cp plugin completion and refactor (#5427)</title>
<updated>2016-10-03T23:03:16Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2016-10-03T23:03:16Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=81981ef248e6e05d11affd4fca40bcfb98306b0e'/>
<id>urn:sha1:81981ef248e6e05d11affd4fca40bcfb98306b0e</id>
<content type='text'>
* cp plugin: change cpv to function so that completion works

* cp plugin: show numbers in units of 1024 (K,M,G,T)

Use `-h` level (3): output numbers in units of 1024.
See the manpage of rsync for more information.

* cp plugin: add a README file

* cp plugin: recurse directories

* cp plugin: remove `--` to separate files from options

This has some undesired effects, like having `cpv --help` be a file
not found error.

Use `--` yourself if you need it (which you generally don't):

```zsh
cpv -- -some-file-with-hyphens.txt /tmp
```

Added this same info to the README.
</content>
</entry>
<entry>
<title>Replace cp verbose with rsync</title>
<updated>2012-09-18T15:10:11Z</updated>
<author>
<name>SK</name>
<email>lunaticman@gmail.com</email>
</author>
<published>2012-09-18T15:10:11Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=55c69017c501e30c8aa5a89104575f2863a26663'/>
<id>urn:sha1:55c69017c501e30c8aa5a89104575f2863a26663</id>
<content type='text'>
Rsync can help track progress while file is copying
</content>
</entry>
</feed>
