This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Required parameters: | |
| # @raycast.schemaVersion 1 | |
| # @raycast.title Column to Comma-Separated | |
| # @raycast.description Converts a column of data into a comma-separated list with single quotes and copies it to the clipboard. | |
| # @raycast.mode compact | |
| # @raycast.packageName Conversions | |
| # Optional parameters: |
OlderNewer