jippy

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i jippy

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

6.2 kB

Total Files

6

Last publish

Collaborators

  • jorgenvatle