mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #539] Does Clipy has CUI? #357
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#357
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?
Originally created by @your-diary on GitHub (Oct 25, 2023).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/539
I want to access the contents of Clipy via CUI.
For example:
@jsomers commented on GitHub (May 3, 2024):
I'm also interested in this—or just in knowing where Clipy stores the history data.
@your-diary commented on GitHub (Jun 14, 2025):
After 1.5 years, still looking for a way to do that...
@your-diary commented on GitHub (Jun 15, 2025):
Each history entry can be found as a separate file:
~/Library/Application Support/Clipy/<uuid>.dataHere's a sample script to print the first line of each history entry (newest to oldest):
One can easily create their own
clipyCLI using this.