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/slack-desc | |
parent | ade5ee96ae8ee923a461d347864e35e1bf4f2cbe (diff) | |
download | slackbuilds-e9a608ba79e0aa1d892241cbcf6fbbccdbbcb4f2.tar.gz |
system/vcp: Added (copy files via a curses interface)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/vcp/slack-desc')
-rw-r--r-- | system/vcp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/vcp/slack-desc b/system/vcp/slack-desc new file mode 100644 index 0000000000..66e315d9a2 --- /dev/null +++ b/system/vcp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +vcp: vcp (copy files via a curses interface) +vcp: +vcp: vcp copies files and directories in a curses interface, with text +vcp: only output available. its options and output are similar to BSD's +vcp: cp while adding some new features. It provides information on: +vcp: +vcp: - files copied and left to copy +vcp: - data written and total data size +vcp: - data being written every second +vcp: - two status bars, one showing current file status, the other total +vcp: status (except with 1 file, both show current), and percentage |