🍺 BREW Explorer

← all formulae

chars

brew install chars v0.7.0 MIT

Command-line tool to display information about unicode characters

17
30-day installs · #7182
30
90-day · #8645
168
365-day · #7801
188
★ GitHub stars · updated 2mo ago

Build dependencies

GitHub topics

characters cli rust unicode

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Command-line tool to display information about unicode characters",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:19+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "chars",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-05T04:06:50Z",
  "github_readme_excerpt": "# Cha(rs)\n[![Build Status](https://travis-ci.org/antifuchs/chars.svg?branch=master)](https://travis-ci.org/antifuchs/chars)\n\nUse this tool to display names and codes for various ASCII (and\nunicode) characters / code points!\n\nIt\u0027s strongly inspired by\n[`ascii(1)`](http://www.catb.org/esr/ascii/), but supports unicode\ncharacters; it\u0027s also inspired by\n[`unicode.py`](http://kassiopeia.juls.savba.sk/~garabik/software/unicode/),\nbut it attempts to support whitespace/control characters better.\n\nCha(rs) is currently probably failing at some other edge case, but I\nhope not.\n\n## Pronunciation\n\nHow do you pronounce \"chars\"? This is a contentious thing.\n\n## Installation\n\nThis package is tested on [circle\nCI](https://circleci.com/gh/antifuchs/chars/tree/master) using the\nlatest stable, beta and nightly releases. Older releases might work,\nbut I\u0027m focusing development mostly on the latest versions.\n\n### Plain crate installation without source code\n\n`cargo install chars --git https://github.com/antifuchs/chars.git`\n\n### OS packages\n\n**Arch linux:** There\u0027s an [AUR package for chars](https://aur.archlinux.org/packages/chars/).\n\n**MacOS** There\u0027s a [Homebrew package for chars](https://formulae.brew.sh/formula/chars#default).\n\n**Windows:** There\u0027s a package available through [Chocolatey](https://chocolatey.org/packages/chars).\n\n### Source installation\n1. Clone this repo,\n2. `cd` into the checkout,\n3. `cargo install --path chars`\n\n## Running\n\nLook up a character by its face value:\n\n`chars \u0027\u00df\u0027`\n\nScreenshot:\n```\nLATIN1 df, 223, 0xdf, 0337, bits 11011111\nWidth: 1 (2 in CJK context), prints as \u00df\nLower case. Upcases to SS\nQuotes as \\u{df}\nUnicode name: LATIN SMALL LETTER SHARP S\n```\n\nLook up a character by its unicode point:\n\n`chars U+1F63C`\n\nScreenshot:\n```\nU+0001F63C, \u0026#128572; 0x0001F63C, \\0373074, UTF-8: f0 9f 98 bc, UTF-16BE: d83dde3c\nWidth: 1, prints as \ud83d\ude3c\nQuotes as \\u{1f63c}\nUnicode name: CAT FACE WITH WRY SMILE\n```\n\nLook up a character by ambiguous \"char code\" handwaving:\n\n`chars 1",
  "github_repo": "boinkor-net/chars",
  "github_stars": 188,
  "github_topics": [
    "characters",
    "cli",
    "rust",
    "unicode"
  ],
  "homepage": "https://github.com/boinkor-net/chars/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 17,
  "installs_365d": 168,
  "installs_90d": 30,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "chars",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 7182,
  "rank_365d": 7801,
  "rank_90d": 8645,
  "raw_hash": "14fcff43f1c85b35",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/chars.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.7.0",
  "versioned_formulae": [],
  "why_use_this": null
}