Skip to content

scross01/atom-join-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

join-plus

Join a selected set of lines to a comma separated list of items, optionally enclosing each item in a single or double quote.

e.g. select the text

one
two
three
four
five

Join as CSV Ctrl-Alt-j

one,two,three,four,five

Join as CSV with single quotes Ctrl-Alt-Shift-J

'one','two','three','four','five'

Join as CSV with double quotes

"one","two","three","four","five"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published