/jippy

📋 CLI utility for quickly turning your line-separated clipboard into a JSON array.

Primary LanguageTypeScriptISC LicenseISC

Jippy

A simple command-line utility for converting a line-separated list of strings from your clipboard to a JSON array. Compatible with Windows, MacOS and Linux.

Uses Clipboardy behind the scenes.

Installation

npm i -g jippy

Usage

  1. Copy any line-separated list to your clipboard.
  • Video copying line-separated text
  1. Run jippy to read and parse your clipboard.
  • Initial run of Jippy
  1. Success!
["Array index #0","Array index #1","foo","bar"]

Alternative usage

If you'd like to convert your clipboard directly, skipping the formatting wizard, supply --instant or -i.

jippy -i

Example quick-usage

License

This repository is licensed under the ISC license.

Copyright (c) 2021, Jørgen Vatle.