# HDC X **Repository Path**: jpnurmi/hdc-x ## Basic Information - **Project Name**: HDC X - **Description**: HDC auto-completion and error-handling extensions for Bash. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-04 - **Last Updated**: 2025-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HDC X [HDC](https://gitee.com/openharmony/developtools_hdc) auto-completion and error-handling extensions for Bash. Dependencies: - `hdc` - `python3` - `python3-argcomplete` - `python3-argparse` Installation: ```sh $ git clone git@gitee.com:jpnurmi/hdc-x.git ~/.hdc-x $ echo 'source ~/.hdc-x/hdc-x.bash' >> ~/.bashrc ```