/comma-rs

It separates a long list of items with `,` and copies them in your clipboard.

Primary LanguageRust

comma-rs

I needed to separate a long list of ticket numbers with , to use them for a SQL query within a IN rang condition, so I wrote this to avoid manual operation.