1.0.0 • Published 14 days ago

keytween v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

keytween Version Badge

github actions coverage License Downloads

npm badge

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