Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jie65535/mirai-console-jcr-plugin

基于 MiraiConsole 的 cppreference 查询插件
https://github.com/jie65535/mirai-console-jcr-plugin

Last synced: about 2 months ago
JSON representation

基于 MiraiConsole 的 cppreference 查询插件

Awesome Lists containing this project

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`