Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukewaite/alfred-newline-to-comma
https://github.com/lukewaite/alfred-newline-to-comma
alfred-workflow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukewaite/alfred-newline-to-comma
- Owner: lukewaite
- Created: 2019-02-08T04:17:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T13:39:53.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T02:26:22.776Z (7 months ago)
- Topics: alfred-workflow
- Language: Go
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# alfred-newline-to-comma
This workflow, when invoked by running `nlc` updates your clipboard, reformatting the
data contained within.The purpose is to quickly take lists of values from Databases, Excel, etc, then use
them to quickly be able to write a `SELECT x FROM y WHERE z IN ()`.The workflow will take a newline-separated list of values, wrapping them in quotes if they
are strings, and remove the newlines, creating comma separated values which can be used
in a `IN` SQL clause.