hexe.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .. RST source for hexe(1) man page. Convert with:
  2. .. rst2man.py hexe.rst > hexe.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 20120305
  5. .. |date| date::
  6. ====
  7. hexe
  8. ====
  9. -------------------------
  10. hex editor with curses UI
  11. -------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. hexe [*-options*] [**file**]
  19. DESCRIPTION
  20. ===========
  21. hexe is a hex editor with emacs-like key bindings. It runs in a
  22. terminal and allows viewing, editing, and searching in hex or ASCII.
  23. OPTIONS
  24. =======
  25. -b,--byte-groups=<count>
  26. Set the width of byte groups. Valid counts are 1, 2, 4 (default), 8, 16.
  27. -c,--no-cols=<count>
  28. Set the number of columns. Default is 4. No checking is done on the
  29. size of the terminal, so setting this too high means the rightmost
  30. columns (and ASCII display) will not be visible.
  31. **+ADDRESS**
  32. Start at ADDRESS (hexadecimal). If the address is greater than the file size,
  33. starts at the end of the file.
  34. -v,--view
  35. View mode (read-only).
  36. -h,-?,--help
  37. Show help message and exit.
  38. AUTHORS
  39. =======
  40. hexe was written by spinout.
  41. This man page written for the SlackBuilds.org project
  42. by B. Watson, and is licensed under the WTFPL.
  43. SEE ALSO
  44. ========
  45. The author's homepage: http://spinout182.com