Skip to content

Commit 781ccb6

Browse files
committed
Change description
1 parent 1f71a13 commit 781ccb6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Flow Launcher ClipboardPlus Plugin
66

7-
**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 customizing copy rules with support for text, images, and files.**
7+
**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.**
88

99
## ⭐ Features
1010

@@ -14,7 +14,7 @@
1414
- Preview panel for text, images, and files
1515
- Persistent keep records in database
1616
- Words count for text
17-
- Customize copy rules
17+
- Customize copy actions
1818
- Clean clipboard
1919
- Copy files by sorting names
2020
- Manage Windows clipboard history (Windows 10, 11)

src/Flow.Launcher.Plugin.ClipboardPlus/Languages/en.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- General -->
88
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_name">Clipboard+</system:String>
9-
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_description">Easily manage your clipboard history and customizing copy rules with support for text, images, and files</system:String>
9+
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_description">Easily manage your clipboard history and Windows Clipboard History with support for text, images, and files</system:String>
1010
<system:String x:Key="flowlauncher_plugin_clipboardplus_success">Success</system:String>
1111
<system:String x:Key="flowlauncher_plugin_clipboardplus_fail">Fail</system:String>
1212
<system:String x:Key="flowlauncher_plugin_clipboardplus_json_files">Json files</system:String>

src/Flow.Launcher.Plugin.ClipboardPlus/Languages/zh-cn.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- General -->
88
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_name">剪切板+</system:String>
9-
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_description">轻松管理你的剪切板历史并自定义复制规则,支持文字、图像和文件</system:String>
9+
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_description">轻松管理你的剪切板历史与Windows剪切板历史,支持文字、图像和文件</system:String>
1010
<system:String x:Key="flowlauncher_plugin_clipboardplus_success">成功</system:String>
1111
<system:String x:Key="flowlauncher_plugin_clipboardplus_fail">失败</system:String>
1212
<system:String x:Key="flowlauncher_plugin_clipboardplus_json_files">Json文件</system:String>

src/Flow.Launcher.Plugin.ClipboardPlus/Languages/zh-tw.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- General -->
88
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_name">剪切闆+</system:String>
9-
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_description">輕鬆管理你的剪切闆歴史並自定義複製規則,支持文字、圖像和文件</system:String>
9+
<system:String x:Key="flowlauncher_plugin_clipboardplus_plugin_description">輕鬆管理你的剪切闆歴史與Windows剪切板歷史,支持文字、圖像和文件</system:String>
1010
<system:String x:Key="flowlauncher_plugin_clipboardplus_success">成功</system:String>
1111
<system:String x:Key="flowlauncher_plugin_clipboardplus_fail">失敗</system:String>
1212
<system:String x:Key="flowlauncher_plugin_clipboardplus_json_files">Json文件</system:String>

src/Flow.Launcher.Plugin.ClipboardPlus/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ID": "ff9385ec-0e95-452f-bef2-62456f66fe0f",
33
"ActionKeyword": "cbp",
44
"Name": "Clipboard+",
5-
"Description": "Easily manage your clipboard history and customizing copy rules with support for text, images, and files",
5+
"Description": "Easily manage your clipboard history and Windows Clipboard History with support for text, images, and files",
66
"Author": "Jack251970",
77
"Version": "2.1.1",
88
"Language": "csharp",

0 commit comments

Comments
 (0)