/chex

A hex editor you can use in your terminal.

Primary LanguageC

#Chex#

A terminal hex editor with vim-like key bindings. To build and run, just do the following:

$ cd chex
$ make
$ ./chex some-file-name

You can view available key bindings by entering chex --help or pressing the ? key while chex is running.

Screenshot