1.0.1 • Published 5 years ago

bin-view v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago