keytween
v1.0.0
Published
Encode and decode a string using the "look between X and Y on your keyboard" meme format
Downloads
11
Maintainers
Readme
keytween
Encode and decode a string using the "look between X and Y on your keyboard" meme format
Usage
npx keytween # if not installed
keytween # if installed and in the PATH
$ keytween --help
Usage: keytween [--layout=<layout>] [--concise] [--decode] <input>
Options:
--layout=<layout> The keyboard layout to use (default: english)
--concise print output as a single line, instead of a tweetable meme format
--decode Decode the input (only accepts concise form)
<input> The input to encode/decode. Multiple words accepted as positional arguments
$ keytween jk
look between H and L on your keyboard
$ keytween jk -c
hl
$ keytween --decode hl
jk
Install
npm install --save-dev keytween
License
MIT