https://github.com/k4m4/hex-cli
Hex encode & decode a string, right from your terminal.
https://github.com/k4m4/hex-cli
cli decoding encoding hex hexadecimal
Last synced: about 1 year ago
JSON representation
Hex encode & decode a string, right from your terminal.
- Host: GitHub
- URL: https://github.com/k4m4/hex-cli
- Owner: k4m4
- License: mit
- Created: 2018-04-06T18:20:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:13:54.000Z (over 3 years ago)
- Last Synced: 2025-04-22T01:39:15.178Z (about 1 year ago)
- Topics: cli, decoding, encoding, hex, hexadecimal
- Language: JavaScript
- Size: 572 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hex-cli [](https://travis-ci.org/k4m4/hex-cli)
> Hex encode & decode a string, right from your terminal.
---
## Install
```
~ ❯❯❯ npm install -g hex-cli
```
## Usage
```
Hex encode & decode a string, right from your terminal.
Usage
~ ❯❯❯ hex [string]
~ ❯❯❯ echo [string] | hex
Options
-d, --decode Decode hex encoded string
-p, --plain Display output without log symbols
Examples
~ ❯❯❯ hex foobar
✔ 666f6f626172
~ ❯❯❯ hex -d 756e69636f726e
✔ unicorn
```
## License
MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)