Skip to content

horoni/hxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hxx

lightweight hex editor with vim-like controls

build

make install

or for MMAP backend (Linux only)

make install USE_MMAP=1

how to use

  • h - left
  • j - down
  • k - up
  • l - right
  • i - insert
  • u - undo
  • ESC - return to normal mode
  • ctrl+r - redo
  • : - jump to offset ( if the last char is x then offset is hex)
  • :w - flush cache to disk
  • :wq - flush cache to disk and quit
  • :q - quit
  • :q! - quit without writing (currently doesnt work, need to undo history before exit or dont call msync)

About

lightweight hex editor written in C without curses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors