{"id":25616703,"url":"https://github.com/tlight/spin","last_synced_at":"2025-04-13T22:22:52.370Z","repository":{"id":62434944,"uuid":"270319842","full_name":"tlight/spin","owner":"tlight","description":"ASCII spinner library for long running terminal operations.","archived":false,"fork":false,"pushed_at":"2024-04-03T03:02:38.000Z","size":85,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:46:36.007Z","etag":null,"topics":["clojure","terminal"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tlight.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-06-07T13:47:41.000Z","updated_at":"2024-04-08T14:19:01.000Z","dependencies_parsed_at":"2022-11-01T21:02:11.855Z","dependency_job_id":null,"html_url":"https://github.com/tlight/spin","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/tlight%2Fspin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlight%2Fspin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlight%2Fspin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlight%2Fspin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlight","download_url":"https://codeload.github.com/tlight/spin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248789778,"owners_count":21161892,"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":["clojure","terminal"],"created_at":"2025-02-22T04:18:04.698Z","updated_at":"2025-04-13T22:22:52.335Z","avatar_url":"https://github.com/tlight.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spin\n\nASCII spinner library for long running terminal operations.\n\n## Usage\n\n```clj\n(ns my-app\n  (:require [tlight.spin :refer (spin done)]))\n  \n(defn work[] (Thread/sleep 3000))\n\n(spin)\n(work)\n(done)\n\n; :type  style - defaults to :box1 | Options :box1 to :box7, :spin1 to :spin9\n; :ms    delay - defaults to 100 ms\n(spin :type :box1 :ms 100) \n```\n\n## Example\n\n![](https://raw.githubusercontent.com/tlight/spin/master/spin.gif)\n\n## Installation\n\n[deps.edn](https://clojure.org/reference/deps_and_cli) dependency information:\n\n```clj\n  tlight/spin {:mvn/version \"0.0.4\"}\n  ```\n\n[Leiningen](https://github.com/technomancy/leiningen) dependency information:\n\n```clj\n [tlight/spin \"0.0.4\"]\n```\n\n[Maven](http://maven.apache.org/) dependency information:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003etlight\u003c/groupId\u003e\n  \u003cartifactId\u003espin\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.4\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## License\n\nCopyright © 2020 tlight\n\nDistributed under the Eclipse Public License either version 1.0 or any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlight%2Fspin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlight%2Fspin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlight%2Fspin/lists"}