Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaustubhpatange/xclipper
XClipper is a clipboard manager for Windows & Android which helps to track clipboard activities and makes it easier to interact with them.
https://github.com/kaustubhpatange/xclipper
android clipboard clipboard-manager csharp ditto material-design mvvm sqlite3 windows wpf xaml
Last synced: 5 days ago
JSON representation
XClipper is a clipboard manager for Windows & Android which helps to track clipboard activities and makes it easier to interact with them.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/xclipper
- Owner: KaustubhPatange
- License: apache-2.0
- Created: 2020-04-06T03:54:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T11:44:49.000Z (11 months ago)
- Last Synced: 2025-01-08T23:13:23.007Z (12 days ago)
- Topics: android, clipboard, clipboard-manager, csharp, ditto, material-design, mvvm, sqlite3, windows, wpf, xaml
- Language: Kotlin
- Homepage: https://kaustubhpatange.github.io/XClipper
- Size: 18.7 MB
- Stars: 221
- Watchers: 10
- Forks: 26
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# XClipper
![build](https://github.com/KaustubhPatange/XClipper/workflows/Windows%20CI/badge.svg)
![build](https://github.com/KaustubhPatange/XClipper/workflows/Android%20CI/badge.svg)
![GitHub issues](https://img.shields.io/github/issues/KaustubhPatange/XClipper)
![GitHub discussions](https://img.shields.io/github/discussions/KaustubhPatange/XClipper?color=%237289DA)**XClipper** is a clipboard manager for Windows & Android which helps to track clipboard activities and makes it easier to interact with them ❤️
## Download
XClipper is currently available for the following platforms only.
| | |
| ----------- | -------------------------------------------------- |
| **Windows** | [here](https://kaustubhpatange.github.io/XClipper) |
| **Android** | [here](/XClipper.Android) |## Features
- Clean & **beautiful** UI.
- **Easier** to use and manage.
- Password Protection for Database, [learn more](https://kaustubhpatange.github.io/XClipper/docs/#/protect).
- Clipboard syncing between devices, [learn more](https://kaustubhpatange.github.io/XClipper/docs/#/sync).
- Multiple copy buffers, [learn more](https://kaustubhpatange.github.io/XClipper/docs/#/buffers).
- **Scripting**, [learn more](https://kaustubhpatange.github.io/XClipper/docs/#/scripting).
- Lot more... _but just leaving it here_.## Tutorials
All of the individual documentation topics can be found in the [docs](https://kaustubhpatange.github.io/XClipper/docs), following are some general topics you should take a look at!
- [Getting started with XClipper](https://kaustubhpatange.github.io/XClipper/docs/#/introduction)
- [Start synchronizing clipboard activity](https://kaustubhpatange.github.io/XClipper/docs/#/sync)
- [FAQs](https://kaustubhpatange.github.io/XClipper/docs/#/faq)## Discussions
[Discussions](https://github.com/KaustubhPatange/XClipper/discussions) is a place where you can ask anything like question, feature discussion, pre-bug reports or any topic of your choice as long as it is related to the project.
## Compilation Guide
Since this project involves **license** system some of the source files has been ignored. [Read this guide](https://kaustubhpatange.github.io/XClipper/docs/#/compile) in order to compile the project.
## Contributing
If you want to contribute to this project, you're always welcome! [See Contributing Guidelines](/CONTRIBUTING.md).
## Trademark
- All images & icons (except logo) are from [Icons8](https://icons8.com/).
## License
- [The Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
```
Copyright 2020 Kaustubh PatangeLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```