hexer
Multi buffer editor for binary files with vi-like interface
Hexer is a multi-buffer editor for binary files for Unix-like systems that displays its buffer(s) as a hex dump. The user interface is kept similar to vi/ex.
- Versions: 1.0.6
- Website: https://devel.ringlet.net/editors/hexer/
- Licenses: Modified BSD
- Package source: gnu/packages/text-editors.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of hexer
as follows:
guix install hexer
Or install a particular version:
guix install hexer@1.0.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.