File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# bash-pinyin-completion-rs
2+
23Completion script for pinyin, matcher based on [ IbPinyinLib] ( https://github.com/Chaoses-Ib/IbPinyinLib )
34
45## Installation
6+
57** Clone the project**
8+
69``` bash
710git clone https://github.com/wxiwnd/bash-pinyin-completion-rs
811cd bash-pinyin-completion-rs
@@ -17,6 +20,7 @@ bash scripts/install_completion.sh
1720```
1821
1922For better experience, add these to your inputrc (/etc/inputrc, ~ /.inputrc):
23+
2024```
2125set show-all-if-ambiguous on
2226set menu-complete-display-prefix on
@@ -27,6 +31,7 @@ set colored-stats on
2731```
2832
2933## Requirements
34+
3035- bash-completion
3136- rust toolchains
3237
@@ -66,7 +71,9 @@ export PINYIN_COMP_MODE="Quanpin,ShuangpinXiaohe"
6671 if multiple Shuangpin schemas are enabled, only the first one will take effect.
6772
6873## Bug report
74+
6975If you encounter any issues, please report them on the GitHub issues page.
7076
7177## License
72- This project is licensed under the GPLv3 License. See the [ LICENSE] ( ./LICENSE ) file for details.
78+
79+ This project is licensed under the GPLv3 License. See the [ LICENSE] ( ./LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments