diff options
Diffstat (limited to 'development/hexe/hexe.1')
-rw-r--r-- | development/hexe/hexe.1 | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/development/hexe/hexe.1 b/development/hexe/hexe.1 new file mode 100644 index 0000000000000..1fd9d1af7a1c6 --- /dev/null +++ b/development/hexe/hexe.1 @@ -0,0 +1,77 @@ +.\" Man page generated from reStructuredText. +. +.TH HEXE 1 "2020-11-16" "20120305" "SlackBuilds.org" +.SH NAME +hexe \- hex editor with curses UI +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.\" RST source for hexe(1) man page. Convert with: +. +.\" rst2man.py hexe.rst > hexe.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +hexe [\fI\-options\fP] [\fBfile\fP] +.SH DESCRIPTION +.sp +hexe is a hex editor with emacs\-like key bindings. It runs in a +terminal and allows viewing, editing, and searching in hex or ASCII. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-b,\-\-byte\-groups=<count> +Set the width of byte groups. Valid counts are 1, 2, 4 (default), 8, 16. +.TP +.B \-c,\-\-no\-cols=<count> +Set the number of columns. Default is 4. No checking is done on the +size of the terminal, so setting this too high means the rightmost +columns (and ASCII display) will not be visible. +.TP +.B \fB+ADDRESS\fP +Start at ADDRESS (hexadecimal). If the address is greater than the file size, +starts at the end of the file. +.TP +.B \-v,\-\-view +View mode (read\-only). +.TP +.B \-h,\-?,\-\-help +Show help message and exit. +.UNINDENT +.SH AUTHORS +.sp +hexe was written by spinout. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The author\(aqs homepage: \fI\%http://spinout182.com\fP +.\" Generated by docutils manpage writer. +. |