Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jie65535/mirai-console-jcr-plugin
基于 MiraiConsole 的 cppreference 查询插件
https://github.com/jie65535/mirai-console-jcr-plugin
Last synced: 29 days ago
JSON representation
基于 MiraiConsole 的 cppreference 查询插件
- Host: GitHub
- URL: https://github.com/jie65535/mirai-console-jcr-plugin
- Owner: jie65535
- License: agpl-3.0
- Created: 2022-04-15T09:25:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T09:06:30.000Z (over 1 year ago)
- Last Synced: 2024-02-12T23:13:18.584Z (10 months ago)
- Language: Kotlin
- Size: 3.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mirai - jie65535/mirai-console-jcr-plugin
README
# mirai-console-jcr-plugin
## J Cpp Reference Plugin在QQ群内搜索 `C/C++` 文档的 [mirai](https://github.com/mamoe/mirai) 插件
# 用法
```shell
# 消息检测
c # 查询C标准库
cpp # 查询C++标准库
qt # 查询Qt类库
gcc # 查询GCC命令行选项# 控制台命令
/jcr help # 获取帮助
```# 索引来源
- c 索引来自官网离线文档,手动解析生成
- cpp 索引来自 https://github.com/Guyutongxue/cppreference-index 感谢 @Guyutongxue
- qt 索引来自 Qt 官网,版本 `Qt 5.13.0`
- gcc 命令行选项索引来自[GNU](https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Option-Index.html)官网,版本 `GCC 12.2.0`