Skip to content

Commit 71e98be

Browse files
authored
Merge pull request #46 from Jack251970/master
Update Clipboard+ description page
2 parents 32d53fa + cf07cb8 commit 71e98be

File tree

6 files changed

+68
-7
lines changed

6 files changed

+68
-7
lines changed
+68-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,74 @@
11
---
22
id: ff9385ec-0e95-452f-bef2-62456f66fe0f
3-
# Uncomment and fill in relevant sections if you provide videos and/or images
4-
#videos:
5-
#- https://youtu.be/dQw4w9WgXcQ
6-
#images:
7-
#- image1.png
8-
#- image2.png
9-
#- image3.png
3+
images:
4+
- screenshot1.png
5+
- screenshot2.png
6+
- screenshot3.png
7+
- screenshot4.png
8+
- screenshot5.png
109
tags:
1110
- Productivity
1211
- System
1312
---
13+
14+
**This plugin is a clipboard manager for [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher). It can help you manage your clipboard history and Windows Clipboard History with support for text, images, and files.**
15+
16+
## ⭐ Features
17+
18+
- Copy & delete & pin record
19+
- Cache images to folder
20+
- Manage records in list and database
21+
- Preview panel for text, images, and files
22+
- Persistent keep records in database
23+
- Words count for text
24+
- Customize copy actions
25+
- Clean clipboard
26+
- Copy files by sorting names
27+
- Manage Windows clipboard history (Windows 10, 11)
28+
- Sync with Windows clipboard history (Windows 10, 11)
29+
30+
## πŸ“ Usage
31+
32+
### 0. Set Action Keyword
33+
34+
The default action keyword is `cbp`, you can change it in the Flow Launcher.
35+
36+
### 1. Copy Clipboard Records
37+
38+
Click `Copy` or directly the `search result` to copy the data of the current record to clipboard with default options, which you can set in settings.
39+
40+
Click `Pin` to pin the current record to the topmost the query list.
41+
42+
Click `Save` to save the current record to the database.
43+
44+
Click `Delete` to delete the record from list and database.
45+
46+
### 2. Cache Clipboard Images
47+
48+
If you want to automatically save images in your clipboard to a local cache folder, open the `Cache clipboard images in folder` option in settings.
49+
50+
Click `Open cache folder` to view them in the folder `Plugin Settings Directory\CachedImages`.
51+
52+
### 3. Save Records to Database
53+
54+
If you want to keep the text, images or files in the database, open the `Keep text`, `Keep images` or `Keep files` option in settings.
55+
56+
This will automatically save the clipboard data of these formats to the database, and you won't lose them when you exit the Flow Launcher or shutdown your computer.
57+
58+
> Note: It is recommended to cache images using `Cache clipboard images in folder` option, saving large images via `Keep images` to database may affect Flow Launcher performance.
59+
60+
### 4. Windows Clipboard History
61+
62+
For Windows 10 and Windows 11, if you want to merge clipboard history records from Windows Clipboard History, you can enable `Merge Windows Clipboard history into data source` option. (v2.0.0+)
63+
64+
If you want to make query records fully match the Windows clipboard history, you can enable `Use only Windows clipboard history as data source option`. Under this mode, records of files format will not shown in the list. Records from the database will no longer be loaded, and records cannot be saved or pinned to the database. (v2.1.1+)
65+
66+
## πŸ“š Reference
67+
68+
- [ICONS](https://icons8.com/icons)
69+
- [ClipboardR](https://github.com/rainyl/Flow.Launcher.Plugin.ClipboardR)
70+
- [SharpClipboard](https://github.com/Willy-Kimura/SharpClipboard)
71+
72+
## πŸ“„ License
73+
74+
[Apache License V2.0](https://github.com/Jack251970/Flow.Launcher.Plugin.ClipboardPlus/blob/master/LICENSE)
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
Β (0)