{"id":24684952,"url":"https://github.com/xfgusta/xdump","last_synced_at":"2025-10-08T14:30:38.815Z","repository":{"id":45821740,"uuid":"407954782","full_name":"xfgusta/xdump","owner":"xfgusta","description":"Display file contents in hexadecimal and ASCII","archived":false,"fork":false,"pushed_at":"2022-09-03T14:24:01.000Z","size":96,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-08T05:00:49.019Z","etag":null,"topics":["ascii","c","cli","command-line-tool","hex","hexadecimal","hexdump","linux"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xfgusta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-18T19:54:37.000Z","updated_at":"2022-12-01T13:20:20.000Z","dependencies_parsed_at":"2023-01-17T19:00:09.793Z","dependency_job_id":null,"html_url":"https://github.com/xfgusta/xdump","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfgusta%2Fxdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfgusta%2Fxdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfgusta%2Fxdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfgusta%2Fxdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xfgusta","download_url":"https://codeload.github.com/xfgusta/xdump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235718832,"owners_count":19034670,"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":["ascii","c","cli","command-line-tool","hex","hexadecimal","hexdump","linux"],"created_at":"2025-01-26T15:17:07.246Z","updated_at":"2025-10-08T14:30:38.449Z","avatar_url":"https://github.com/xfgusta.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xdump\n\nThe **xdump** utility is a filter which displays the specified file, or standard input if no file is specified, in hexadecimal and ASCII format. It uses a colored output to distinguish different categories of bytes.\n\nThe categories of bytes are:\n\n+ NULL bytes\n+ printable ASCII characters\n+ ASCII whitespace characters\n+ other ASCII characters\n+ non-ASCII\n\nThe colors can be changed with the `XDUMP_COLORS` environment variable. Its value is a semicolon-separated list that defaults to `off=7;bar=7;nul=238;print=7;space=227;ascii=111;nonascii=204`. The color must be a valid [8-bit color](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) code.\n\nWhen the [`NO_COLOR` environment variable](https://no-color.org) is present or when the standard output isn't connected to a terminal, the colored output is disabled.\n\n## Installation\n\n### Arch Linux\n\n[**xdump**](https://aur.archlinux.org/packages/xdump) package from AUR\n\n```text\ngit clone https://aur.archlinux.org/xdump.git\ncd xdump\nmakepkg -si\n```\n\n### Fedora Linux\n\n[**xdump**](https://copr.fedorainfracloud.org/coprs/xfgusta/xdump/) package from Copr\n\n```text\ndnf copr enable xfgusta/xdump\ndnf install xdump\n```\n\n### From source\n\nThe install directory defaults to `/usr/local`:\n\n```text\nmake install\n```\n\nYou can install **xdump** in a different directory using the `PREFIX` variable:\n\n```text\nmake PREFIX=/usr install\n```\n\n## Screenshot\n\n![screenshot](screenshot.png)\n\n## License\n\nCopyright (c) 2022 Gustavo Costa. Distributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfgusta%2Fxdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxfgusta%2Fxdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfgusta%2Fxdump/lists"}