A CLI tool to mess with bytes. Powered by React and Typescript.
$ npm install --global hexn
$ yarn global add hexn
$ hexn --help
Usage
$ hexn
Options
--file File to edit
Examples
$ hexn --file=./example.bin
- Added error handling (currently just on save)
- Buffer management changes to improve performance
- Adds search functionality
- Highlights ascii character corresponding to cursor
- Theme can now be selected in a more intuitive way
- CLI now has new commands!
- [hex | h] Converts a number to base 16
- [dec | d] Converts a number to base 10
- [bin | b] Converts a number to base 2