Appearance
Comma List
Split a comma-separated list into separate lines, and vice versa.
Demo
Readme
Comma List
Split a comma-separated list into separate lines, and vice versa.
The extension has two actions, both with the same icon, which appear only when the text selection contains a suitable input:
- The Join with commas action is available when the text selection contains more than one line (ignoring blank lines). It replaces each newline with a comma and a space. Blank lines, and spaces at the start and end of lines, are ignored.
- The Split into lines action is available when the text selection is a single line, with at least one comma. It replaces the commas (and any spaces around the commas), with newlines.
About
This is an extension for PopClip.
Author
Nick Moore
Requirements
Requires PopClip 2021.11.
Changelog
30 Apr 2022
- Initial release
Info
- Created
May 12, 2024 - Version
100 - Identifier
com.pilotmoon.popclip.extension.comma-list
- PopClip Version
≥2021.11.1 - Action Type
JavaScript - License
MIT License - Source
pilotmoon/PopClip-Extensions/.../source/CommaList.popclipext/