Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbc65ac

Browse files
committedFeb 5, 2025·
add icon to docs
1 parent b44f297 commit dbc65ac

File tree

7 files changed

+71
-14
lines changed

7 files changed

+71
-14
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "publish"
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [mastera]
6+
branches: [master]
77
concurrency:
88
group: ${{ github.ref }}
99
cancel-in-progress: true

‎README.md

+68-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
<p align="center">
66
<br />
7-
Clipboard Manager made with Tauri, Solid & Sea-Orm
7+
clipboard manager with sync & encryption
88
<br />
99
<a href="https://github.com/0-don/clippy/releases/latest">Try it out</a>
1010
·
@@ -18,20 +18,77 @@
1818
</p>
1919
</p>
2020

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+
2159
successor of [the electron clippy](https://github.com/0-don/clippy-ts)
2260

2361
### Features
2462

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**
3592

3693
### Prerequisites Development
3794

‎docs/src/assets/app-icon.png

121 KB
Loading

‎docs/src/content/docs/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Welcome to Clippy
3-
description: Get started building your docs site with Starlight.
3+
description: Get started with Clippy, modern clipboard mana
44
template: splash
55
hero:
66
tagline: Well done! Your Clippy project is up and running!
77
image:
8-
file: ../../assets/Clippy.webp
8+
file: ../../assets/app-icon.png
99
actions:
1010
- text: Quick Start
1111
link: /guides/installation/

‎public/apple.png

260 Bytes
Loading

‎public/linux.png

551 Bytes
Loading

‎public/windows.png

205 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.