🍺 BREW Explorer

← all formulae

hex

brew install hex v0.7.0 MIT

Futuristic take on hexdump

19
30-day installs · #6935
55
90-day · #7054
339
365-day · #6023
567
★ GitHub stars · updated 8mo ago

Build dependencies

GitHub topics

ascii binary-data bytes developer-tools hex hexadecimal hexdump rust xxd

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [
    "evil-helix",
    "helix"
  ],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Futuristic take on hexdump",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:37+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "hex",
  "github_default_branch": "master",
  "github_last_commit_at": "2025-12-01T04:14:26Z",
  "github_readme_excerpt": "# hx\n\nFuturistic take on hexdump.\n\n[hx](https://github.com/sitkevij/hex) accepts a file path or stdin as input and outputs\na hexadecimal colorized view to stdout.\n\n[hx](https://github.com/sitkevij/hex) with file path as input, outputting colorized hexadecimal:\n\n```sh\n$ hx tests/files/alphanumeric.txt\n0x000000: 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6a abcdefghij\n0x00000a: 0x6b 0x69 0x6c 0x6d 0x6e 0x6f 0x70 0x71 0x72 0x73 kilmnopqrs\n0x000014: 0x74 0x75 0x76 0x77 0x78 0x79 0x7a 0x30 0x31 0x32 tuvwxyz012\n0x00001e: 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x0a 0x30 0x31 3456789.01\n0x000028: 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x30 0x31 2345678901\n0x000032: 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x30 0x31 2345678901\n0x00003c: 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39           23456789\n   bytes: 68\n```\n\n[hx](https://github.com/sitkevij/hex) with stdin as input, outputting colorized hexadecimal:\n\n```sh\ncat tests/files/alphanumeric.txt | hx\n0x000000: 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6a abcdefghij\n0x00000a: 0x6b 0x69 0x6c 0x6d 0x6e 0x6f 0x70 0x71 0x72 0x73 kilmnopqrs\n0x000014: 0x74 0x75 0x76 0x77 0x78 0x79 0x7a 0x30 0x31 0x32 tuvwxyz012\n0x00001e: 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x0a 0x30 0x31 3456789.01\n0x000028: 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x30 0x31 2345678901\n0x000032: 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x30 0x31 2345678901\n0x00003c: 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39           23456789\n   bytes: 68\n```\n\n[![crates.io](https://img.shields.io/crates/v/hx.svg)](https://crates.io/crates/hx \"hx on crates.io\")\n[![docs.rs](https://img.shields.io/badge/documentation-docs.rs-informational)](https://docs.rs/hx \"hx on docs.rs\")\n[![build status](https://github.com/sitkevij/hex/workflows/ci/badge.svg)](https://github.com/sitkevij/hex/actions)\n\n## quick links\n\n- [examples](#examples)\n- [installation](#installation)\n- [features](#features)\n- [help](#help)\n- [license](#license)\n\n## examples\n\n### lower hex format -fx\n\n`$ hx src/main.rs`\n\n![lower",
  "github_repo": "sitkevij/hex",
  "github_stars": 567,
  "github_topics": [
    "ascii",
    "binary-data",
    "bytes",
    "developer-tools",
    "hex",
    "hexadecimal",
    "hexdump",
    "rust",
    "xxd"
  ],
  "homepage": "https://github.com/sitkevij/hex",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 19,
  "installs_365d": 339,
  "installs_90d": 55,
  "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": "hex",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 6935,
  "rank_365d": 6023,
  "rank_90d": 7054,
  "raw_hash": "3c3db60766556a52",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/h/hex.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.7.0",
  "versioned_formulae": [],
  "why_use_this": null
}