npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

keytween

1.0.0

@ljharb

npmHomeRepoSnykSocket
Downloads:8
$ npm install keytween
DailyWeeklyMonthlyYearly

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