1.0.2 • Published 3 years ago

jippy v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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. E.g.
Array index #0
Array index #1
foo
bar
  1. Run jippy to read and parse your clipboard.
  • Initial run of Jippy
  1. Convert!
  • Completed conversion
Result:
["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.