[PR #460] Added support for pasting a space/comma-separated list #546

Open
opened 2026-03-03 01:12:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/460
Author: @kcbaltz
Created: 3/23/2021
Status: 🔄 Open

Base: developHead: develop


📝 Commits (1)

  • 3e92cf1 Added support for pasting a space/comma-separated list

📊 Changes

7 files changed (+209 additions, -16 deletions)

View changed files

📝 Clipy/Sources/Constants.swift (+4 -0)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib (+80 -15)
📝 Clipy/Sources/Preferences/Panels/de.lproj/CPYBetaPreferenceViewController.strings (+24 -0)
📝 Clipy/Sources/Preferences/Panels/it.lproj/CPYBetaPreferenceViewController.strings (+24 -0)
📝 Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.strings (+24 -0)
📝 Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYBetaPreferenceViewController.strings (+24 -0)
📝 Clipy/Sources/Services/PasteService.swift (+29 -1)

📄 Description

If the current pasteboard has multiple lines, these can be joined with space or comma into a single line list, based on a command modifier. This is part of the Beta settings.
This is useful for copying data from a spreadsheet or database result and pasting into a single command line or SQL "IN ()" clause.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/460 **Author:** [@kcbaltz](https://github.com/kcbaltz) **Created:** 3/23/2021 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`3e92cf1`](https://github.com/Clipy/Clipy/commit/3e92cf11c9e9c76a22d40e3373b5bb84bce5a741) Added support for pasting a space/comma-separated list ### 📊 Changes **7 files changed** (+209 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Clipy/Sources/Constants.swift` (+4 -0) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib` (+80 -15) 📝 `Clipy/Sources/Preferences/Panels/de.lproj/CPYBetaPreferenceViewController.strings` (+24 -0) 📝 `Clipy/Sources/Preferences/Panels/it.lproj/CPYBetaPreferenceViewController.strings` (+24 -0) 📝 `Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.strings` (+24 -0) 📝 `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYBetaPreferenceViewController.strings` (+24 -0) 📝 `Clipy/Sources/Services/PasteService.swift` (+29 -1) </details> ### 📄 Description If the current pasteboard has multiple lines, these can be joined with space or comma into a single line list, based on a command modifier. This is part of the Beta settings. This is useful for copying data from a spreadsheet or database result and pasting into a single command line or SQL "IN ()" clause. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#546
No description provided.