summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-29 16:02:43 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-29 16:02:43 +0200
commit0d7d9d7a8292023908fc5ec80bf0aec8d9ba146b (patch)
treef42de8da77d398235d80fb85efb499d9b643cb7b /README
parenta51ff9507217bf68c98ee3ec121df9bfe1bbccb5 (diff)
downloadcssh-0d7d9d7a8292023908fc5ec80bf0aec8d9ba146b.tar.gz
cssh-0d7d9d7a8292023908fc5ec80bf0aec8d9ba146b.tar.bz2
hunting a progress bar library in C (multiple lines), added README reference
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 91dd532..e9f67ba 100644
--- a/README
+++ b/README
@@ -61,3 +61,8 @@ References
A little bit to complicated for my taste, I prefer direct asynchronous
I/O without an abstraction library like libevent. Also I prefer to
use libssh unpatched.
+
+[7] https://github.com/doches/progressbar
+ For the SCP mode showing what cscp is doing is really nice, a progress
+ bar library like this one is handy, must support multiple progress
+ bars on multiple lines in parallel.