string.split.clip

0.0.2 • Public • Published

string.split.clip

Store clipboard string to array and store it on clipboard

npm install -g string.split.clip

cli

step 1

For example, copy the following text

one
two
three

step 2

Execute the command

$ string.split.clip

step 3

Please paste where you like

[
  "one",
  "two",
  "three"
]

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i string.split.clip

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    2.34 kB

    Total Files

    4

    Last publish

    Collaborators

    • whats