{"id":14068378,"url":"https://github.com/r-lib/clisymbols","last_synced_at":"2026-04-02T01:14:46.844Z","repository":{"id":30354996,"uuid":"33907457","full_name":"r-lib/clisymbols","owner":"r-lib","description":"Unicode symbols for CLI applications, with fallbacks","archived":false,"fork":false,"pushed_at":"2024-11-09T14:01:29.000Z","size":83,"stargazers_count":82,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-14T07:37:29.784Z","etag":null,"topics":["r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-lib.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-14T02:57:39.000Z","updated_at":"2025-12-06T06:44:45.000Z","dependencies_parsed_at":"2024-02-26T01:49:00.483Z","dependency_job_id":"454927a0-8189-4478-b06f-6212fba9858b","html_url":"https://github.com/r-lib/clisymbols","commit_stats":{"total_commits":53,"total_committers":2,"mean_commits":26.5,"dds":"0.018867924528301883","last_synced_commit":"3ce0802679fd365f9423c283b4cf09489e01c91d"},"previous_names":["gaborcsardi/clisymbols"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r-lib/clisymbols","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fclisymbols","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fclisymbols/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fclisymbols/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fclisymbols/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-lib","download_url":"https://codeload.github.com/r-lib/clisymbols/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fclisymbols/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"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":["r"],"created_at":"2024-08-13T07:06:07.950Z","updated_at":"2026-04-02T01:14:46.807Z","avatar_url":"https://github.com/r-lib.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"\n```{r, setup, echo = FALSE, message = FALSE}\nknitr::opts_chunk$set(\n  comment = \"#\u003e\",\n  tidy = FALSE,\n  error = FALSE)\n```\n\n\n# clisymbols\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/r-lib/clisymbols/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/clisymbols/actions/workflows/R-CMD-check.yaml)\n[![](https://www.r-pkg.org/badges/version/clisymbols)](https://www.r-pkg.org/pkg/clisymbols)\n[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/clisymbols)](https://www.r-pkg.org/pkg/clisymbols)\n[![Codecov test coverage](https://codecov.io/gh/r-lib/clisymbols/graph/badge.svg)](https://app.codecov.io/gh/r-lib/clisymbols)\n\u003c!-- badges: end --\u003e\n\n\u003e Unicode symbols with Windows fallbacks\n\n![](/screenshot.png)\n\nInspired by (and mostly copied from) the\n[figures](https://github.com/sindresorhus/figures) JavaScript project.\n\n## Install\n\nStable version:\n\n```{r eval = FALSE}\ninstall.packages(\"clisymbols\")\n```\n\nDevelopment version:\n\n```{r eval = FALSE}\npak::pak(\"r-lib/clisymbols\")\n```\n\n## Usage\n\n```{r}\nlibrary(clisymbols)\ncat(symbol$tick, \"All good\\n\")\ncat(symbol$cross, \"Problem\\n\")\n```\n\nHere is a list of all symbols, with their names:\n\n```{r}\nfor (i in seq_along(symbol)) {\n  cat(symbol[[i]], \"\\t\", names(symbol)[i], \"\\n\", sep = \"\")\n}\n```\n\n### Fallback symbols\n\nSome terminals do not support (all) Unicode characters, and on these reasonable\nASCII substitutes are used:\n\n```{r echo = FALSE}\nfor (i in seq_along(clisymbols:::symbol_win)) {\n  cat(format(clisymbols:::symbol_win[[i]], width = 4),\n    names(clisymbols:::symbol_win)[i], \"\\n\", sep = \"\")\n}\n```\n\n# License\n\nMIT © [Gabor Csardi](https://gaborcsardi.org) and [Sindre Sorhus](https://sindresorhus.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lib%2Fclisymbols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-lib%2Fclisymbols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lib%2Fclisymbols/lists"}