Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed May 10, 2024
2 parents 0ab0f7c + b732ec1 commit 920f9e7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ CurvaLauncher is a simple desktop launcher for Windows.
- Calculate math expressions
- Get a summary of data
- Translate texts
- Search everyting on your PC
- Detect or generate QR code
- ...

<br />
Expand Down Expand Up @@ -65,6 +67,10 @@ Most of CurvaLauncher's features are available in the form of plugins
(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)
- Hashing: Input `#` and a hashing method, then type a text or file path to get summary
(For example, '#md5 123' or '#sha256 C:\Users\OrgEleCho\Desktop\test.txt'. Now support `md5`, `sha1`, `sha256`, `sha384`, `sha512`)
- Everything: Input `*` and keyword to search everything on your PC.
(For example, `*qwq*` will search all folders and files which name contains 'qwq')
- ZXing: Detect 2D Barcode and QR code or generate QR code.
(Input '>zxing' for detecting image in your clipboard, input '>qrcode' for generating QR code and save it to your clipboard)

<br />

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

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

<br />

Expand Down
6 changes: 6 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ CurvaLauncher 是一个简单的 Windows 桌面启动器。
- 计算数学表达式
- 获取数据摘要
- 翻译文本
- 搜索电脑中的所有文件夹和文件
- 识别条码与二维码, 生成二维码
- ...

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

<br />

Expand Down
Binary file added assets/Icon.ico
Binary file not shown.
Binary file added src/CurvaLauncher/Assets/Icon.ico
Binary file not shown.
6 changes: 1 addition & 5 deletions src/CurvaLauncher/CurvaLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<StartupObject>CurvaLauncher.EntryPoint</StartupObject>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Icon128.ico</ApplicationIcon>
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>

<Version>0.6.1-beta</Version>

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

<ItemGroup>
<Content Include="Icon128.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="EleCho.GlobalHotkey.Windows" Version="1.0.2" />
Expand Down
Binary file removed src/CurvaLauncher/Icon128.ico
Binary file not shown.

0 comments on commit 920f9e7

Please sign in to comment.