{"id":16098997,"url":"https://github.com/hellerve/progress","last_synced_at":"2026-03-18T17:54:52.502Z","repository":{"id":42397750,"uuid":"61898882","full_name":"hellerve/progress","owner":"hellerve","description":"A simple CLI progress bar for zepto","archived":false,"fork":false,"pushed_at":"2016-08-30T14:43:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T22:43:44.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-24T16:49:47.000Z","updated_at":"2023-09-08T17:11:55.000Z","dependencies_parsed_at":"2022-09-09T13:01:55.280Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/progress","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/progress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fprogress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fprogress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fprogress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fprogress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/progress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fprogress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28566436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T18:25:22.028Z","updated_at":"2026-01-19T11:32:39.643Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# progress\n\nA simple progress bar widget for the command line in zepto.\n\n# Installation\n\n```\nzeps install hellerve/progress\n```\n\n# Example Output\n\n```\n[###                                               ] 6% (31/500) Elapsed Time: 00:00:04 ETA: 00:01:02\n```\n\n# Usage\n\nYou can either build a progress bar yourself (using `make-progress-bar`) or\ncreate a context in which it will run (using `with-progress-bar`).\n\n```clojure\n(define my-progress (make-progress-bar 100)) ; 100 is the total size of elements, step size will be 10\n(define my-progress (make-progress-bar 100 :step 1)) ; the same as above, but the step size will be 1\n(define bar (make-progress-bar 200 :step 10 :fill \"=\" :free \"-\")) ; the fully configured version\n(update-progress-bar my-progress 10) ; 10 elements have ben processed\n\n\n(with-progress-bar :as my-progress :to 100 :step 10 ; the same as above, but creating a context\n  (for 101 ((update-progress-bar my-progress i) (system \"sleep\" [\"0.1\"]))) ; we are using the implicit loop counter i that is provided by the for macro\n  (write \"Done!\")\n  (exit 0))\n```\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fprogress/lists"}