Codebase list hexer / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

README for Hexer version 1.0.6

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.

All POSIX-compatible environments should be supported.

If you port Hexer to a different platform, please send an email-message
telling what changes you made (if any).

Please read the files `COPYRIGHT' and `hexer.doc'.

INSTALL:
	- To unpack hexer (you've probably done this already), type
		gunzip < hexer-1.0.6.tar.gz | tar -xvf -
	  Change into the newly-created hexer-1.0.6/ subdirectory.
	- Type `make'.
	- If you want a command line version of the builtin calculator "myc",
	  type `make myc'.
	- Type `make install' to install the binaries and the manual.

Feel free to send comments, bug reports and suggestions to
Peter Pentchev <roam@ringlet.net>

Copyright (c) 1995,1996 Sascha Demetrio
Copyright (c) 2009 - 2011, 2014 - 2016, 2018, 2020 Peter Pentchev