hexhog
brew install hexhog
v0.1.3
MIT
Hex viewer/editor
1
30-day installs · #14857
2
90-day · #19863
132
365-day · #8449
278
★ GitHub stars · updated 6mo ago
Build dependencies
Links
- https://github.com/DVDTSB/hexhog
- GitHub: DVDTSB/hexhog
- Brew formula source: Formula/h/hexhog.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Hex viewer/editor",
"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": "hexhog",
"github_default_branch": "main",
"github_last_commit_at": "2026-02-16T01:18:56Z",
"github_readme_excerpt": "# hexhog\n\nA configurable hex viewer/editor\n\n\n\nTo run `hexhog`, use the following command:\n```\nhexhog \u003cfile\u003e\n```\n\n## Installation\nIf you have cargo installed, you can run the following command:\n```\ncargo install hexhog\n```\n\nIt is also available on AUR and Homebrew, thanks to [@dhopcs](https://github.com/dhopcs) and [@chenrui333](https://github.com/chenrui333).\n```\nyay -S hexhog\n```\n\n```\nbrew install hexhog\n```\n\nI hope to make this tool available on other package managers soon.\n\n## Features\nFor now, `hexhog` allows for basic hex editing features for files, such as editing/deleting/inserting bytes, as well as selecting and copy/pasting bytes. I\u0027m look forward to adding other features, including (but not only):\n- moving the selection\n- find/replace\n- bookmarks\n- better navigation\n- CP437\n- other coloring options\n\nWhile I do love (and use) modal editors, `hexhog` does not attempt to be one. I am trying to make it as intuitive as possible :)\n\n## Configuration\n\nYou can find the configuration file in the following locations:\n- Linux: `/home/user/.config/hexhog/config.toml`\n- Windows: `C:\\Users\\user\\AppData\\Roaming\\hexhog\\config.toml`\n- MacOS: `/Users/user/Library/Application Support/hexhog/config.toml`\n\nAn example configuration file:\n```toml\n[theme]\nnull = \"dark_gray\"\nascii_printable = \"blue\"\nascii_whitespace = [67, 205, 128] # rgb\nascii_other = 162 # ansi\nnon_ascii = \"red\"\naccent = \"blue\"\nprimary = \"green\"\nbackground = \"black\"\nborder = \"cyan\"\n\n[charset]\nnull = \".\"\nascii_whitespace = \"\u00b7\"\nascii_other = \"\u00b0\"\nnon_ascii = \"\u00d7\"\n```\n\n## Feedback\n\nFeedback on `hexhog` is highly appreciated. Thanks! :D\n\n## License\n\nCopyright \u0026copy; dvdtsb 2025\n\nThis project uses the MIT license ([LICENSE] or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)).\n\n[LICENSE]: ./LICENSE\n",
"github_repo": "DVDTSB/hexhog",
"github_stars": 278,
"github_topics": [],
"homepage": "https://github.com/DVDTSB/hexhog",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1,
"installs_365d": 132,
"installs_90d": 2,
"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": "hexhog",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 14857,
"rank_365d": 8449,
"rank_90d": 19863,
"raw_hash": "c0b6f136661dc9ad",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/h/hexhog.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.1.3",
"versioned_formulae": [],
"why_use_this": null
}