This package browser is in early development. Mind the rough edges.

hexedit

View and edit files or devices in hexadecimal or ASCII

hexedit shows a file both in ASCII and in hexadecimal. The file can be a device as the file is read a piece at a time. You can modify the file and search through it.

Installation

Install the latest version of hexedit as follows:

guix install hexedit

Or install a particular version:

guix install hexedit@1.6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of hexedit about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/hexedit'><img src='https://packages.guix.gnu.org/packages/hexedit/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/hexedit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/hexedit)

Example Org:

[[https://packages.guix.gnu.org/packages/hexedit][https://packages.guix.gnu.org/packages/hexedit/badges/latest-version.svg]]