|
4 | 4 | </a>
|
5 | 5 | <p align="center">
|
6 | 6 | <br />
|
7 |
| - Clipboard Manager made with Tauri, Solid & Sea-Orm |
| 7 | + clipboard manager with sync & encryption |
8 | 8 | <br />
|
9 | 9 | <a href="https://github.com/0-don/clippy/releases/latest">Try it out</a>
|
10 | 10 | ·
|
|
18 | 18 | </p>
|
19 | 19 | </p>
|
20 | 20 |
|
| 21 | +<div align="center"> |
| 22 | + |
| 23 | +<a href="https://github.com/0-don/clippy/releases/download/v1.3.1/clippy_1.3.1_x64-setup.exe"> |
| 24 | + <img src="./public/windows.png"> Windows (x64) |
| 25 | +</a> |
| 26 | +• |
| 27 | +<a href="https://github.com/0-don/clippy/releases/download/v1.3.1/clippy_1.3.1_x64-setup.exe"> |
| 28 | + Windows (arm64) |
| 29 | +</a> |
| 30 | +<br> |
| 31 | +<a href="https://github.com/0-don/clippy/releases/download/v1.4.0/clippy_1.4.0_amd64.deb"> |
| 32 | + <img src="./public/linux.png"> Linux (deb) |
| 33 | +</a> |
| 34 | +• |
| 35 | +<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.1/Qopy-0.3.1.rpm"> |
| 36 | + Linux (rpm) |
| 37 | +</a> |
| 38 | +• |
| 39 | +<a href="https://github.com/0-don/clippy/releases/download/v1.4.0/clippy-bin-1.4.0-1-x86_64.pkg.tar.zst"> |
| 40 | + Linux (zst) |
| 41 | +</a> |
| 42 | +• |
| 43 | +<a href="https://github.com/0-don/clippy/releases/download/v1.4.0/clippy_1.4.0_amd64.AppImage"> |
| 44 | + Linux (AppImage) |
| 45 | +</a> |
| 46 | +<br> |
| 47 | +<a href="https://github.com/0-don/clippy/releases/download/v1.4.0/clippy_1.4.0_aarch64.dmg"> |
| 48 | + <img src="./public/apple.png"> macOS (Silicon) |
| 49 | +</a> |
| 50 | +• |
| 51 | +<a href="https://github.com/0-don/clippy/releases/download/v1.4.0/clippy_1.4.0_aarch64.dmg"> |
| 52 | + macOS (Intel) |
| 53 | +</a> |
| 54 | +<br> |
| 55 | +<br> |
| 56 | + |
| 57 | +</div> |
| 58 | + |
21 | 59 | successor of [the electron clippy](https://github.com/0-don/clippy-ts)
|
22 | 60 |
|
23 | 61 | ### Features
|
24 | 62 |
|
25 |
| -- display/hide **ctrl+y** or **ctrl+d** (change in settings) |
26 |
| -- type out clipboard **ctrl+b** (where pasting isn't allowed) |
27 |
| -- text, html, rtf, image, file support |
28 |
| -- keybinds for everything & custom keybinds |
29 |
| -- add favorite clipboards |
30 |
| -- smart search, for links, colors, images, hex, etc. |
31 |
| -- change/sync database location |
32 |
| -- dark mode / white mode |
33 |
| -- multilanguage support |
34 |
| -- display scale |
| 63 | +- **Multi-content support:** |
| 64 | + - Text, HTML, RTF support |
| 65 | + - Image support with thumbnails |
| 66 | + - File support with metadata |
| 67 | +- **Smart clipboard features:** |
| 68 | + - Type out clipboard content (where pasting isn't allowed) **ctrl+b** |
| 69 | + - Smart search for links, colors, images, hex codes etc. |
| 70 | + - Add favorite clipboards |
| 71 | + - Clear history by type |
| 72 | +- **Security & Privacy:** |
| 73 | + - End-to-end encryption support |
| 74 | + - Password protection |
| 75 | + - Configurable size limits for different content types |
| 76 | +- **Cloud sync:** |
| 77 | + - Google Drive integration |
| 78 | + - Sync favorites and history |
| 79 | + - Configurable sync limits |
| 80 | +- **Customization:** |
| 81 | + - Global hotkeys for all functions |
| 82 | + - Custom keybinds |
| 83 | + - Adjustable display scale |
| 84 | + - Dark/Light mode |
| 85 | + - Multiple languages support |
| 86 | + - Configurable window positions |
| 87 | + - Database location customization |
| 88 | +- **System Integration:** |
| 89 | + - Autostart option |
| 90 | + - System tray support |
| 91 | + - Display toggle with **ctrl+y** or **ctrl+d** |
35 | 92 |
|
36 | 93 | ### Prerequisites Development
|
37 | 94 |
|
|
0 commit comments