diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 13:27:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:17 +0700 |
commit | 2c6182031bb3bdf1965914247103b255abbb8f62 (patch) | |
tree | fc188dd9a511b966ef35bd7573baa21c94090794 /development/bviplus/bviplus.rst | |
parent | 8507c11e5a57715c9078eabd9d64b3995e1f6504 (diff) |
development/bviplus: Added (hex editor with vi-style UI)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bviplus/bviplus.rst')
-rw-r--r-- | development/bviplus/bviplus.rst | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/development/bviplus/bviplus.rst b/development/bviplus/bviplus.rst new file mode 100644 index 0000000000000..94a10041d64ae --- /dev/null +++ b/development/bviplus/bviplus.rst @@ -0,0 +1,68 @@ +.. RST source for bviplus(1) man page. Convert with: +.. rst2man.py bviplus.rst > bviplus.1 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 1.0 +.. |date| date:: + +======= +bviplus +======= + +--------------------------------------- +hex editor with vi-style user interface +--------------------------------------- + +:Manual section: 1 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +bviplus [ [*file*] ... ] + +DESCRIPTION +=========== + +Bviplus is an ncurses based hex editor with a vim-like interface. It +was originally a fork of Binary VIsual editor (bvi) by Gerhard +Burgmann, but has now been completely rewritten (since version 0.3). + +There are no command-line options. For usage instructions, enter +":help" from within **bviplus**. + +FILES +===== + +**~/.bviplusrc** + Startup script for **bviplus**, as described in the help. + +BUGS +==== + +Running **bviplus** with a nonexistant filename will always create the +file, even if the :w (write) command is never used. This, combined +with the fact that there are no options, may result in empty files +named things like *--help* or *-h*. + +COPYRIGHT +========= + +See the file /usr/doc/bviplus-|version|/COPYING for license information. + +AUTHORS +======= + +bviplus was written by David Kelley. + +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. + +SEE ALSO +======== + +bvi(1), hexer(1), vim(1), xxd(1), vi(1) + +The bviplus homepage: http://bviplus.sourceforge.net/ |