Skip to content

Commit 1853395

Browse files
authored
Update README.md
1 parent f650ee8 commit 1853395

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
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

0 commit comments

Comments
 (0)