Socket
Book a DemoInstallSign in
Socket

keytween

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keytween

Encode and decode a string using the "look between X and Y on your keyboard" meme format

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

keyboard

FAQs

Package last updated on 24 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts