bin-view

1.0.1 • Public • Published

bin-view

A simple command line tool for view binary files.

Features

  • View on console
  • Convert and save as *.txt

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+.

npm install -g bin-view

Usage

Basic usage

bin view bin-file-path1

View multiple files

bin view bin-file-path1 bin-file-path2 bin-file-path3

Convert to hexadecimal string, and saved in *.txt file

bin convert bin-file-path1 bin-file-path2 bin-file-path3

Just view the specify length of data

bin view bin-file-path1 bin-file-path2 bin-file-path3 -l 100

Hidden line number

bin view -s line=0 bin-file-path

Demo

Print help

help

Result

Result

Package Sidebar

Install

npm i bin-view

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

35.1 kB

Total Files

10

Last publish

Collaborators

  • theoxiong