diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-01 16:11:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 16:11:11 +0700 |
commit | ead65ca86aa5eed3558125c6f0113570a9b7816f (patch) | |
tree | c8845ca8204fc9776077f31500f798f93c02e6d2 /system/progress/slack-desc | |
parent | 78a16e993501c479e76a922a2a17b372c3984a19 (diff) |
system/progress: Added (Linux tool to show progress).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/progress/slack-desc')
-rw-r--r-- | system/progress/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/progress/slack-desc b/system/progress/slack-desc new file mode 100644 index 000000000000..59665888f51d --- /dev/null +++ b/system/progress/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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +progress: progress (Linux tool to show progress) +progress: +progress: This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C +progress: command that looks for coreutils basic commands (cp, mv, dd, tar, +progress: gzip/gunzip, cat, etc.) currently running on your system and displays +progress: the percentage of copied data. It can also show estimated time and +progress: throughput, and provides a `top-like` mode (monitoring). +progress: +progress: Homepage: https://github.com/Xfennec/progress +progress: +progress: |