# bash-pinyin-completion-rs **Repository Path**: humanfans/bash-pinyin-completion-rs ## Basic Information - **Project Name**: bash-pinyin-completion-rs - **Description**: No description available - **Primary Language**: Rust - **License**: GPL-3.0 - **Default Branch**: bugfix-00 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2025-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bash-pinyin-completion-rs Completion script for pinyin, matcher based on [IbPinyinLib](https://github.com/Chaoses-Ib/IbPinyinLib) ## Installation **Clone the project** ```bash 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 bash scripts/install_completion.sh ``` And add these to your `.bashrc` file: ```bash bind 'set show-all-if-ambiguous on' bind 'TAB:menu-complete' ``` ## Requirements - bash-completion - rust toolchains ## Bug report If you encounter any issues, please report them on the GitHub issues page. ## License This project is licensed under the GPLv3 License. See the [LICENSE](./LICENSE) file for details.