each_progress
Version, currently 0.1.12 versions
- 0.1.1latestFeb 11, 2020
- 0.1not indexedFeb 11, 2020
github.com/ktanaka101/each-progress
Simple progress bar
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
each_progress:
github: ktanaka101/each-progress
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
0.28.0- License
- MIT
- Author
- Kentaro Tanaka
Dependencies
This version declares no dependencies.
README
each-progress
Simple progress bar. Supports only each.
Installation
-
Add the dependency to your
shard.yml:dependencies: each_progress: github: ktanaka101/each-progress -
Run
shards install
Usage
Pass an object that can call each method
require "each_progress"
EachProgress.by(0...100) do |_|
# Some processing...
sleep 0.1
end
# Progress will be displayed.
Contributing
- Fork it (https://github.com/ktanaka101/each-progress/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- ktanaka101 Kentaro Tanaka - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Feb 11, 2020
- Commit
2eb9786bbf85- Crystal
0.28.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/ktanaka101/each-progress
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 2