mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #460] Added support for pasting a space/comma-separated list #546
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#546
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/460
Author: @kcbaltz
Created: 3/23/2021
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (1)
3e92cf1Added 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.