https://github.com/trypsynth/hexer
Simple hex viewing from your terminal
https://github.com/trypsynth/hexer
Last synced: 5 months ago
JSON representation
Simple hex viewing from your terminal
- Host: GitHub
- URL: https://github.com/trypsynth/hexer
- Owner: trypsynth
- License: mit
- Created: 2022-06-24T23:35:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T23:26:28.000Z (over 3 years ago)
- Last Synced: 2025-02-26T20:19:13.286Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexer
Hexer allows you to convert to and from hex strings directly within your terminal.
## Usage:
hexer [command]
### Available Commands:
* decode Decodes a hex string back to plain text
* encode Encodes a string to hex
* help Help about any command
### Flags:
* -h, --help help for hexer