Skip to content

Commit 920f9e7

Browse files
committed
2 parents 0ab0f7c + b732ec1 commit 920f9e7

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ CurvaLauncher is a simple desktop launcher for Windows.
2222
- Calculate math expressions
2323
- Get a summary of data
2424
- Translate texts
25+
- Search everyting on your PC
26+
- Detect or generate QR code
2527
- ...
2628

2729
<br />
@@ -65,6 +67,10 @@ Most of CurvaLauncher's features are available in the form of plugins
6567
(A space character is required between `>trans` and the text, you can also configure the source and target language or switch translation engine in the settings)
6668
- Hashing: Input `#` and a hashing method, then type a text or file path to get summary
6769
(For example, '#md5 123' or '#sha256 C:\Users\OrgEleCho\Desktop\test.txt'. Now support `md5`, `sha1`, `sha256`, `sha384`, `sha512`)
70+
- Everything: Input `*` and keyword to search everything on your PC.
71+
(For example, `*qwq*` will search all folders and files which name contains 'qwq')
72+
- ZXing: Detect 2D Barcode and QR code or generate QR code.
73+
(Input '>zxing' for detecting image in your clipboard, input '>qrcode' for generating QR code and save it to your clipboard)
6874

6975
<br />
7076

@@ -85,6 +91,7 @@ Most of CurvaLauncher's features are available in the form of plugins
8591
## Thanks
8692

8793
- [Securify.ShellLink](https://github.com/securifybv/ShellLink/): A .NET Class Library for processing ShellLink (LNK) files
94+
- [ZXing.NET](https://github.com/micjahn/ZXing.Net): .Net port of the original java-based barcode reader and generator library zxing
8895

8996
<br />
9097

README.zh.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ CurvaLauncher 是一个简单的 Windows 桌面启动器。
2323
- 计算数学表达式
2424
- 获取数据摘要
2525
- 翻译文本
26+
- 搜索电脑中的所有文件夹和文件
27+
- 识别条码与二维码, 生成二维码
2628
- ...
2729

2830
<br />
@@ -66,6 +68,10 @@ CurvaLauncher 的大多功能都以插件形式提供
6668
(在 `>trans` 和文本之间需要一个空格字符,您还可以在设置中配置源语言和目标语言,或切换翻译引擎)
6769
- Hashing:输入 `#` 和一些哈希方法,然后输入文本或文件路径以获取摘要
6870
(例如,`#md5 123``#sha256 C:\Users\OrgEleCho\Desktop\test.txt`。现在支持 MD5、SHA1、SHA256、SHA384、SHA512)
71+
- Everything: 输入 `*` 和关键词可以搜索电脑中所有名称包含此关键词的文件夹与文件
72+
(例如, 输入 `*qwq` 可以搜索所有名称包含 'qwq' 文件夹和文件)
73+
- ZXing: 识别二维码与条码, 生成二维码
74+
(输入 `>zxing` 可以识别剪切板中的图像, 输入 `>qrcode` 可以生成二维码并将其保存到剪切板)
6975

7076
<br />
7177

assets/Icon.ico

81 KB
Binary file not shown.

src/CurvaLauncher/Assets/Icon.ico

81 KB
Binary file not shown.

src/CurvaLauncher/CurvaLauncher.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<StartupObject>CurvaLauncher.EntryPoint</StartupObject>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
13-
<ApplicationIcon>Icon128.ico</ApplicationIcon>
13+
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
1414

1515
<Version>0.6.1-beta</Version>
1616

@@ -23,10 +23,6 @@
2323
<None Remove="Assets\Icon32.ico" />
2424
</ItemGroup>
2525

26-
<ItemGroup>
27-
<Content Include="Icon128.ico" />
28-
</ItemGroup>
29-
3026
<ItemGroup>
3127
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
3228
<PackageReference Include="EleCho.GlobalHotkey.Windows" Version="1.0.2" />

src/CurvaLauncher/Icon128.ico

-66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)