Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clipy/clipy
Clipboard extension app for macOS.
https://github.com/clipy/clipy
clipboard clipboard-extension clipmenu macos swift xcode
Last synced: about 7 hours ago
JSON representation
Clipboard extension app for macOS.
- Host: GitHub
- URL: https://github.com/clipy/clipy
- Owner: Clipy
- License: mit
- Created: 2015-06-20T17:21:24.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-29T14:02:13.000Z (7 months ago)
- Last Synced: 2025-01-14T06:05:38.578Z (7 days ago)
- Topics: clipboard, clipboard-extension, clipmenu, macos, swift, xcode
- Language: Swift
- Homepage: https://clipy-app.com
- Size: 115 MB
- Stars: 7,795
- Watchers: 115
- Forks: 648
- Open Issues: 244
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![CI](https://github.com/Clipy/Clipy/workflows/CI/badge.svg)
[![Release version](https://img.shields.io/github/release/Clipy/Clipy.svg)](https://github.com/Clipy/Clipy/releases/latest)
[![OpenCollective](https://opencollective.com/clipy/backers/badge.svg)](#backers)
[![OpenCollective](https://opencollective.com/clipy/sponsors/badge.svg)](#sponsors)Clipy is a Clipboard extension app for macOS.
---
__Requirement__: macOS 10.10 Yosemite or higher
__Distribution Site__ :
### Development Environment
* macOS 10.15 Catalina
* Xcode 12.2
* Swift 5.3### How to Build
0. Move to the project root directory
1. `bundle install --path=vendor/bundle && bundle exec pod install`
2. Open `Clipy.xcworkspace` on Xcode.
3. build.### Contributing
1. Fork it ( https://github.com/Clipy/Clipy/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request### Localization Contributors
Clipy is looking for localization contributors.
If you can contribute, please see [CONTRIBUTING.md](https://github.com/Clipy/Clipy/blob/master/.github/CONTRIBUTING.md)### Distribution
If you distribute derived work, especially in the Mac App Store, I ask you to follow two rules:1. Don't use `Clipy` and `ClipMenu` as your product name.
2. Follow the MIT license terms.Thank you for your cooperation.
### Backers
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/clipy#backer)]
### Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/clipy#sponsor)]
### Licence
Clipy is available under the MIT license. See the LICENSE file for more info.Icons are copyrighted by their respective authors.
### Special Thanks
__Thank you for [@naotaka](https://github.com/naotaka) who have published [ClipMenu](https://github.com/naotaka/ClipMenu) as OSS.__