string.split.clip
v0.0.2
Published
Store clipboard string to array and store it on clipboard
Downloads
1
Readme
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"
]