{"id":19159100,"url":"https://github.com/miloas/colorstr","last_synced_at":"2026-06-01T03:31:22.925Z","repository":{"id":36335021,"uuid":"40639731","full_name":"Miloas/colorstr","owner":"Miloas","description":"A Clojure library to stylized string in console using ANSI escape code.","archived":false,"fork":false,"pushed_at":"2015-08-13T10:18:46.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T20:43:51.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/Miloas.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":"2015-08-13T04:59:15.000Z","updated_at":"2016-11-17T08:53:29.000Z","dependencies_parsed_at":"2022-09-06T02:30:30.916Z","dependency_job_id":null,"html_url":"https://github.com/Miloas/colorstr","commit_stats":null,"previous_names":["miloas/colorful-string"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miloas%2Fcolorstr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miloas%2Fcolorstr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miloas%2Fcolorstr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miloas%2Fcolorstr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Miloas","download_url":"https://codeload.github.com/Miloas/colorstr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240242774,"owners_count":19770626,"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":[],"created_at":"2024-11-09T08:47:40.970Z","updated_at":"2025-10-16T06:50:59.911Z","avatar_url":"https://github.com/Miloas.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# colorstr\n\nA Clojure library to stylized string in console using ANSI escape code.\n\n## Usage\n\n```clojure\n;For leiningen,add to your require\n[colorstr \"0.1.0\"]\n```\n## Example\n\n```clojure\n-\u003e (println (style \"Its red\" :red))\n=\u003e \"Its red\" ;text color is red\n\n-\u003e (println (style \"Its bright and red,backgroud is blue\" :red :bright :bg-blue))\n```\n\n```clojure\n;All style you can select.\n  {:strikethrough-off  \n   :strikethrough     \n   :inverse-off      \n   :inverse         \n   :underline-off      \n   :underline         \n   :blink-slow       \n   :bright          \n   :reset              \n\n   :default            \n   :white              \n   :black              \n   :red                \n   :green              \n   :blue               \n   :yellow             \n   :megenta            \n   :cyan               \n\n   :bg-default         \n   :bg-white           \n   :bg-black          \n   :bg-red            \n   :bg-green           \n   :bg-blue            \n   :bg-yellow          \n   :bg-megenta         \n   :bg-cyan            \n  }\n```\n\n## Tips\n\n```clojure\n;same class will be cover\n\n-\u003e (style \"red\" :blue :red)\n;Same as (style \"red\" :red)\n\n```\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiloas%2Fcolorstr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiloas%2Fcolorstr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiloas%2Fcolorstr/lists"}