piotrmurach/tty-progressbar

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/config.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
appveyor.yml
tty-progressbar.gemspec
lib/tty-progressbar.rb2
lib/tty/progressbar.rb308
D
1 day
lib/tty/progressbar/configuration.rb68
lib/tty/progressbar/converter.rb44
lib/tty/progressbar/formats.rb118
lib/tty/progressbar/formatter.rb22
lib/tty/progressbar/formatter/bar.rb69
A
1 hr
lib/tty/progressbar/formatter/byte_rate.rb13
lib/tty/progressbar/formatter/current.rb10
lib/tty/progressbar/formatter/current_byte.rb13
lib/tty/progressbar/formatter/elapsed.rb12
lib/tty/progressbar/formatter/estimated.rb20
A
25 mins
lib/tty/progressbar/formatter/estimated_time.rb25
A
45 mins
lib/tty/progressbar/formatter/mean_byte.rb13
lib/tty/progressbar/formatter/mean_rate.rb13
lib/tty/progressbar/formatter/percent.rb13
lib/tty/progressbar/formatter/rate.rb13
lib/tty/progressbar/formatter/total.rb12
lib/tty/progressbar/formatter/total_byte.rb17
lib/tty/progressbar/formatters.rb41
lib/tty/progressbar/meter.rb59
lib/tty/progressbar/multi.rb146
A
2 hrs
lib/tty/progressbar/pipeline.rb29
lib/tty/progressbar/timer.rb42
lib/tty/progressbar/version.rb5