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 8b0d998 commit 8059b27Copy full SHA for 8059b27
README.md
@@ -0,0 +1,27 @@
1
+# bash-completion-pinyin-rs
2
+Simple completion script for pinyin, written in rust.
3
+
4
+## Installation
5
+**Clone the project**
6
+```bash
7
+git clone https://github.com/wxiwnd/bash-pinyin-completion-rs
8
+cd bash-pinyin-completion-rs
9
+```
10
11
+**Build and Install**
12
13
+Ensure that `bash-completion` and rust toolchains(cargo, etc.) are installed correctly.
14
15
16
+bash scripts/install_completion.sh
17
18
19
+## Requirements
20
+- bash-completion
21
+- rust toolchains
22
23
+## Bug report
24
+If you encounter any issues, please report them on the GitHub issues page.
25
26
+## License
27
+This project is licensed under the GPLv3 License. See the [LICENSE](./LICENSE) file for details.
0 commit comments