edhex

Crates.ioedhex
lib.rsedhex
version1.0.0
sourcesrc
created_at2021-04-13 17:56:45.296227
updated_at2022-06-01 18:58:57.904912
descriptionHex editor that works vaguely like ed
homepagehttps://github.com/jbaber/edhex
repositoryhttps://github.com/jbaber/edhex
max_upload_size
id383004
size104,787
John Baber-Lucero (jbaber)

documentation

README

edhex

A hex editor that works vaguely like ed

screenshot

Usage

edhex <filename>
echo '0,$p' |edhex -P <filename> |less -R

Differences from ed

  • Not every ed command is implemented
  • The prompt * is printed by default.
  • Uses byte numbers instead of line numbers.
  • There's a width setting W for printing out.
  • Byte numbers start from 0.
  • a, b, c, d, e, f can't be commands because they could be numbers.

Preferences

If you choose to save (P)references to $XDG_CONFIG_HOME or $HOME/.config/edhex/preferences, they will be automatically be loaded on startup.

Commit count: 146

cargo fmt