Marc Cornellà
15900e7778
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:
```zsh
cpv -- -some-file-with-hyphens.txt /tmp
```
2016-10-04 00:19:53 +02:00
Marc Cornellà
b7f8e238cb
cp plugin: recurse directories
2016-10-04 00:19:53 +02:00
Marc Cornellà
ef82e79731
cp plugin: add a README file
2016-10-04 00:19:53 +02:00
Marc Cornellà
6f04cda193
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.
2016-10-04 00:19:53 +02:00
Marc Cornellà
d95d7a73e0
cp plugin: change cpv to function so that completion works
2016-10-04 00:19:53 +02:00
SK
55c69017c5
Replace cp verbose with rsync
...
Rsync can help track progress while file is copying
2012-09-18 22:10:11 +07:00