diff options
author | B. Watson <yalhcru@gmail.com> | 2012-05-13 09:10:42 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-13 09:10:42 -0400 |
commit | e9a608ba79e0aa1d892241cbcf6fbbccdbbcb4f2 (patch) | |
tree | bd319b9527b88f7b35ac19f9323af502b2e8eba5 /system/vcp/README | |
parent | ade5ee96ae8ee923a461d347864e35e1bf4f2cbe (diff) |
system/vcp: Added (copy files via a curses interface)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/vcp/README')
-rw-r--r-- | system/vcp/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/vcp/README b/system/vcp/README new file mode 100644 index 000000000000..a3839670cc25 --- /dev/null +++ b/system/vcp/README @@ -0,0 +1,12 @@ +vcp copies files and directories in a curses interface, with text only +output available. its options and output are similar to BSD's cp while +adding some new features. It provides information on: + +- files copied and left to copy + +- data written and total data size + +- data being written every second + +- two status bars, one showing current file status, the other total status +(except with 1 file, both show current), and percentage |