bvi
Binary file editor
bvi
is a display-oriented editor for binary files, based on the vi
text editor.
- Versions: 1.4.2
- Website: https://bvi.sourceforge.net/
- Licenses: GPL 3+
- Package source: gnu/packages/hexedit.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bvi
as follows:
guix install bvi
Or install a particular version:
guix install bvi@1.4.2
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 bvi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bvi'><img src='https://packages.guix.gnu.org/packages/bvi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/bvi/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/bvi)
Example Org:
[[https://packages.guix.gnu.org/packages/bvi][https://packages.guix.gnu.org/packages/bvi/badges/latest-version.svg]]