command
module
Version:
v0.6.4
Opens a new window with list of versions in this module.
Published: Feb 19, 2022
License: MIT
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
binview - Binary data viewer / editor
Install
Download the binary package from Releases and extract the executable
Usage
$ binview [FILES...]
or
$ cat FILE | binview
Key-binding
- q , ESCAPE
- h , BACKSPACE , ARROW-LEFT , Ctrl-B
- j , ARROW-DOWN , Ctrl-N
- k , ARROW-UP , Ctrl-P
- l , SPACE , ARRIW-RIGHT , Ctrl-F
- 0(zero) , ^ , Ctrl-A
- move the cursor to the top of the current line.
- $ , Ctrl-E
- move the cursor to the tail of the current line.
- <
- move the cursor to the begin of the file.
- > G
- move thr cursor to the end of the file.
- r
- i
- insert data (for example:
0xFF
,U+0000
,"string"
)
- a
- append data (for example:
0xFF
,U+0000
,"string"
)
- x , DEL
- delete and yank one byte on the cursor
- p
- paste 1 byte the rightside of the cursor
- P
- paste 1 byte the leftside of the cursor
- u
- w
- &
- move the cursor to the address input
- ALT-U
- Change the character encoding to UTF8 (default)
- ALT-A
- Change the character encoding to ANSI, the current codepage (Windows-Only)
- ALT-L
- Change the character encoding to UTF16LE
- ALT-B
- Change the character encoding to UTF16BE
Release Note
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.