Simple completion script for pinyin, written in rust.
Clone the project
git clone https://github.com/wxiwnd/bash-pinyin-completion-rs
cd bash-pinyin-completion-rs
Build and Install
Ensure that bash-completion
and rust toolchains(cargo, etc.) are installed correctly.
bash scripts/install_completion.sh
And add these to your .bashrc
file:
bind 'set show-all-if-ambiguous on'
bind 'TAB:menu-complete'
- bash-completion
- rust toolchains
If you encounter any issues, please report them on the GitHub issues page.
This project is licensed under the GPLv3 License. See the LICENSE file for details.