zero-width-encoding-cli
v0.1.1
Published
A **Node.js** command-line application to encode and decode messages encoded with zero-width characters. Built off of [umpox/zero-width-detection][original]
Downloads
8
Readme
zero-width-encoding-cli
A Node.js command-line application to encode and decode messages encoded with zero-width characters. Built off of umpox/zero-width-detection
Installation
# Install with npm
npm install -g zero-width-encoding-cli
# Install with yarn
yarn global add zero-width-encoding-cliUsage
Use the -e flag to encode a message.
# Linux
zwe -e "hello world" | xclip -selection c
# macOS
zwe -e "hello world" | pbcopyUse the -d flag to decode a message.
zwe -d ""
# => hello world