{"id":15010686,"url":"https://github.com/baskeboler/clj-cli-progressbar","last_synced_at":"2026-03-16T23:34:20.163Z","repository":{"id":57713438,"uuid":"182591278","full_name":"baskeboler/clj-cli-progressbar","owner":"baskeboler","description":"cli progressbar for clojure","archived":false,"fork":false,"pushed_at":"2019-04-22T00:13:18.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T13:26:08.064Z","etag":null,"topics":["cli","clojure","console-application","progress-bar","progressbar"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baskeboler.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-21T23:07:43.000Z","updated_at":"2023-02-13T23:21:28.000Z","dependencies_parsed_at":"2022-09-26T17:01:00.441Z","dependency_job_id":null,"html_url":"https://github.com/baskeboler/clj-cli-progressbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fclj-cli-progressbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fclj-cli-progressbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fclj-cli-progressbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fclj-cli-progressbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baskeboler","download_url":"https://codeload.github.com/baskeboler/clj-cli-progressbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243291099,"owners_count":20267848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","clojure","console-application","progress-bar","progressbar"],"created_at":"2024-09-24T19:35:22.812Z","updated_at":"2025-12-28T03:19:30.868Z","avatar_url":"https://github.com/baskeboler.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clj-cli-progress\n\nA Clojure library for displaying progress bars in cli applications\n\n## Usage\n\n\n```clojure\n(ns somens\n  (:require [clj-cli-progress.core :as progressbar]))\n  \n(defn some-function []\n  (let [my-collection (range 10000)\n        wrapped-collection (progressbar/progress-bar-wrapped-collection my-collection \"my-task\")]\n    (doseq [a wrapped-collection]\n      (do-some-stuff a))))\n```\n\n## License\n\nCopyright © 2019 Victor Gil\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskeboler%2Fclj-cli-progressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaskeboler%2Fclj-cli-progressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskeboler%2Fclj-cli-progressbar/lists"}