Sha256: da3b2154b1096a354e266cc1e7caa81f5162789fd2e0f538c24f52c366729803
Contents?: true
Size: 723 Bytes
Versions: 1
Compression:
Stored size: 723 Bytes
Contents
# Infobar ## Description Display progress of computations and additional information to the terminal. ## Installation # gem install infobar ## Usage > Infobar(total: 23) ░░░░░░░░░░ Infobar 6/23 in 00:00:05, ETA 00:00:17 @17:43:37 – > 23.times { +infobar; sleep 1 } ░░░░░░░░░░░Infobar 23/23 in 00:00:22, ETA 00:00:00 @17:43:37 ✓░░░░░░░░░░ or alternatively > (1..23).with_infobar.each { |i| +infobar; sleep 1 } ## Download The homepage of this library is located at * https://github.com/flori/infobar ## Author [Florian Frank](mailto:flori@ping.de) ## License This software is licensed under the Apache 2.0 license.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infobar-0.9.0 | README.md |