Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/bin2hex
CLI utility to hexidecimal encode input
https://github.com/billiegoose/bin2hex
Last synced: 24 days ago
JSON representation
CLI utility to hexidecimal encode input
- Host: GitHub
- URL: https://github.com/billiegoose/bin2hex
- Owner: billiegoose
- License: unlicense
- Created: 2016-11-19T05:34:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T06:42:05.000Z (about 8 years ago)
- Last Synced: 2024-10-06T03:22:35.908Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bin2hex
CLI utility to hexidecimal encode input
Install
- Install:
npm install --global bin2hex
- Executable:
bin2hex
## Usage
Pipe in binary streams... pipe out hexidecimal strings
$ bin2hex outfile
Or if you aren't familiar with file indirection you just use pipes
$ cat infile | bin2hex >outfile
License
Unless stated otherwise all works are:
- Copyright © Will Hilton
and licensed under: