Home
Softono
Clip-Hold

Clip-Hold

Open source Swift
39
Stars
2
Forks
0
Issues
0
Watchers
5 months
Last Commit

About Clip-Hold

Clip Hold is not just a clipboard manager. It is a clipboard manager app with a lot of very useful features that were designed by me, a power user who has been using Mac for more than 10 years.

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Clip Hold

English | 日本語

Clip Hold Clipboard and Standard Phrase Manager

GitHub Repo stars   GitHub Release   GitHub Downloads (all assets, all releases)

Buy Me a Coffee

Table of Contents

What is Clip Hold?

Standard Phrases and Copy History

Clip Hold is a clipboard and standard phrase manager app for macOS.

[!NOTE] Clip Hold was developed using a generative AI. Therefore, it may not follow best practices or contain unstable code.

Download

Clip Hold can be downloaded for free from the release page or purchased from the Mac App Store for $2.99 (it is based on 500 JPY, so the price may change automatically).

Download on the App Store

System Requirements

Clip Hold requires macOS Sonoma (14.0) or later. It is compatible with Intel-based Mac computers and Mac computers with Apple silicon.

Differences between free and paid versions

Clip Hold has a free version (GitHub version) and a paid version (Mac App Store version), but there is almost no difference in functionality between them. The only difference is the availability of an automatic update function.\ The paid version can automatically update and install through the App Store's features, but the free version does not currently have an update checking and installation function (so there is no difference in any of the app's functionality!)

I would be grateful if you could purchase it from the App Store, but if you download it for free first and feel it is very useful, I would be very happy if you could purchase it or make a donation!

Introduction of Features

Clip Hold is not just a clipboard manager. \ It is a clipboard manager app with a lot of very useful features that were designed by me, a power user who has been using Mac for more than 10 years.

Quick Access to Standard Phrases and History from the Menu

Standard Phrases and Copy History

Frequently used standard phrases and copy history items can be accessed quickly from the menu. You can easily copy an item by simply clicking on it.

Standard Phrases Window and History Window

Standard Phrases Window and History Window

You can list all standard phrases you have set and all saved history items. You can easily copy an item by simply double-clicking on it.

Standard Phrases Presets and Assign to Apps Feature

Presets

Standard Phrases can be grouped into different presets, and the presets can be automatically switched depending on the app that is opened. Presets can also be switched using shortcut keys.

Rich Shortcut Keys

Shortcut Keys

Dedicated shortcut keys allow you to quickly copy up to 10 standard phrases and 10 copy history items. You can also open the standard phrases and history windows instantly.

Quickly Paste with Quick Paste

Quick Paste

With the "Quick Paste” feature, when you copy an item from the menu or use a shortcut key, the copied content is immediately pasted. You don't need to paste it yourself.

Import and Export Features

Import and Export Features

Standard phrases and clipboard history can be imported and exported. You can share your favorite standard phrases with someone else, or import clipboard history from another Mac.

Copied Color Codes Can Be Shown

Color Codes

By enabling it from the “Developer Features” settings, you can show the color icons based on the copied color codes in the history window and the menu.

Perfect Privacy

Clip Hold does not collect any user-related information.\ While usage data and crash reports may be shared if users have enabled "Share with app developers” under "Analytics & Improvements” in the System Settings' "Privacy & Security” section, the app itself is entirely devoid of any functionality to collect or send user-related information. Even if you are concerned about privacy, you can use it with confidence.

Below is an introduction of the privacy features included in the app.

Pause anytime you do not want it saved in the history

Pause Clipboard Monitoring

You can pause clipboard monitoring when you do not want the copied contents to be saved in the history, such as when copying passwords or confidential information.\ While paused, the menu bar icon becomes translucent so you can see the current status at a glance. You will receive a notification when you start the app while it is paused, so you will never forget to resume clipboard monitoring.

You can exclude apps from clipboard monitoring

Apps to Exclude

If you do not want the history to be saved only in specific apps, no problem, you can add apps to exclude from clipboard monitoring. There is no need to pause clipboard monitoring.

Support and Feedback

If you find a bug

Clip Hold is an application developed using generative AI. I have tested it many times while developing it, but there may still be some bugs or some functions may not operate as intended.

If you find a bug or a behavior problem, please check the Issues (known bugs or problems) already opened and look for the same problem reported by others. If you cannot find the same issue, please open a new Issue and report the problem.\ To make bug tracking easier, if you want to report more than one issue, please open a separate Issue for each problem. In other words, if you want to report two bugs, you must open two Issues.

Feedback

If you do not have a GitHub account and would like to report a bug, share an idea, or send a message to the developer (me), you can click this link or click the "Send Feedback” button in the "Information” tab in the app settings to send an email (please note that I may not be able to reply to all messages).\ When you open the Send Email window from the button in the app, necessary information, such as Mac system information (Model ID, CPU architecture type, macOS version information) and app version information, will be pre-filled, so sending feedback from there is recommended.

Community

You can share new features you would like to see added to the app, ask questions about questions about potential issues that may or may not be bugs, exchange opinions with others, and more on the discussion page.\ Please use the page as a place to exchange information. I often look in on the page, so messages to the developer are also highly welcome!

Support Developer

Give It a Star to the Repository

I would be so glad if you could open this page and give it a star by clicking the "Star” button in the upper right corner!\ This button is like a upvote button, and it motivates me to continue development! This feature is free, so if you like Clip Hold, please give it a star!

Donation

If you like Clip Hold, I would appreciate a donation. It will motivate me to continue development!

You can donate using the following services.

Buy Me a Coffee

You can support me at Buy Me a Coffee from the price of a cup of green tea.

Buy Me a Coffee

PayPal.Me

If you have a PayPal account, you can also donate directly at PayPal.

Credits

Google Gemini by Google

Clip Hold was developed using Google's generative AI, Google Gemini (2.5 Flash). As I have no knowledge of programming, including Swift, I would not have been able to complete this app without the help of the generative AI.

Gemini CLI by Google

Gemini CLI has been very helpful in integrating Google Gemini into development. It automatically rewrites the code files, builds them, and even fixes them automatically, which has greatly reduced the amount of work I have to do when developing.

Qwen Code by Qwen

In addition to Google Gemini, Clip Hold 1.3.0 and later were developed using Qwen Code, which was developed by Qwen, the Alibaba AI development team. Qwen Code offers an advanced coding model (Qwen3 Coder Plus at the time of development of Clip Hold 1.3.0) and a very generous usage limit of up to 2000 requests per day for free, which allowed me to continue developing smoothly and without interruption.

KeyboardShortcuts by Sindre Sorhus

The KeyboardShortcuts package was used to implement the global shortcut keys for Clip Hold. Thanks to this package, I was able to implement the shortcut functionality very smoothly.

SFSymbolsPicker by Kenny Wang

The SFSymbolsPicker package was used to implement the symbol picker for presets added in Clip Hold 1.6.0. Thanks to this package, I was able to easily implement a symbol picker that allows users to select icons.

create-dmg by Andrey Tarantsov and Andrew Janke

The create-dmg shell script was used to create a disk image to distribute the free version. Thanks to this shell script, I was able to easily create a customized disk image.