We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c4fcf commit 98b1b10Copy full SHA for 98b1b10
.gitignore
@@ -1 +1,3 @@
1
+# Ignore test and build folder.
2
/target
3
+/test
README.md
@@ -1,5 +1,5 @@
# bash-pinyin-completion-rs
-Simple completion script for pinyin, written in rust.
+Completion script for pinyin, macther based on [IbPinyinLib](https://github.com/Chaoses-Ib/IbPinyinLib)
4
## Installation
5
**Clone the project**
0 commit comments