README.md 3.8 KB
Newer Older
木偶 已提交
1
<div align= "center">
木偶 已提交
2
<img align="center" width=200 src="https://user-images.githubusercontent.com/21073039/128333805-73e086f0-5523-46a3-a096-cba80b904c46.png" />
木偶 已提交
3
</div>
M
init  
muwoo 已提交
4

木偶 已提交
5

木偶 已提交
6 7
<div align= "center">
 <h1>Rubick</h1>
木偶 已提交
8 9 10 11 12 13 14
 
 <img alt="release" src="https://img.shields.io/github/downloads/clouDr-f2e/rubick/total" />
 <a href="https://github.com/clouDr-f2e/rubick/releases">
    <img alt="release" src="https://img.shields.io/github/package-json/v/clouDr-f2e/rubick" />
 </a>
 <a href="https://github.com/clouDr-f2e/rubick/actions">
   <img alt=building src=https://img.shields.io/github/workflow/status/clouDr-f2e/rubick/Build>
木偶 已提交
15 16 17 18
 </a>
 <a href="https://github.com/clouDr-f2e/rubick/blob/master/LICENSE">
    <img alt="npm" src="https://img.shields.io/github/license/clouDr-f2e/rubick" />
 </a>
木偶 已提交
19 20
 <img alt="star" src="https://img.shields.io/github/stars/clouDr-f2e/rubick?style=social"></a>

木偶 已提交
21
</div>
木偶 已提交
22

木偶 已提交
23

木偶 已提交
24
基于 electron 的开源工具箱,自由集成丰富插件,打造极致的桌面端效能工具。Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化使用其他英雄的技能,用完即走。非常符合本工具的设计理念,所以取名 Rubick。
M
init  
muwoo 已提交
25

木偶 已提交
26
## 安装包
木偶 已提交
27 28
* [Rubick Mac OS](https://github.com/clouDr-f2e/rubick/releases)
* [Rubick Windows](https://github.com/clouDr-f2e/rubick/releases)
木偶 已提交
29

木偶 已提交
30
## 支持能力
木偶 已提交
31
- [x] 支持远程下载安装插件,支持插件开发者模式
木偶 已提交
32 33 34 35 36
- [x] 支持插件分离
- [x] 支持系统命令取色、截屏、帮助
- [x] 支持超级面板,长按右击呼出
- [x] 支持全局快捷键设置
- [x] 支持搜索本地已安装 app 或 偏好设置
木偶 已提交
37
- [x] macos touchBar 唤起插件
木偶 已提交
38
- [x] 支持 Windows(目前是 mac 的 alpha 版本,功能尚不全,正在迁移中)
木偶 已提交
39 40
- [ ] 支持 Linux

木偶 已提交
41 42


木偶 已提交
43
![example.gif](https://user-images.githubusercontent.com/21073039/128359309-2377d3cf-7b70-4e8f-9973-ae8f337a8006.gif)
木偶 已提交
44

木偶 已提交
45 46 47 48
## 使用文档

[Rubick Docs](https://cloudr-f2e.github.io/rubick/)

M
init  
muwoo 已提交
49

木偶 已提交
50
## 使用问题
木偶 已提交
51
1. 依赖于 `robotjs` dev 环境运行请在 `install` 后执行 `npm run rebuild`
木偶 已提交
52
2. windows 版本目前有了一个最基础的可用版,代码在 [feat-win](https://github.com/clouDr-f2e/rubick/tree/feat-win) 分支。完整版正在开发中,敬请期待
木偶 已提交
53

木偶 已提交
54 55
## 目前支持能力

木偶 已提交
56 57 58 59 60 61
### touchBar 唤起插件
macOS 支持 touchbar 快速唤起插件

<img src=https://user-images.githubusercontent.com/21073039/129727195-7dd50152-19f8-4064-9bcc-24393a896a6d.png width=500 />


木偶 已提交
62 63 64 65 66 67
### 超级面板
长按鼠标右键,即可呼起超级面板,可以根据当前鼠标选择内容,匹配对应插件能力。比如当前选择图片后长按右击,则会呼起上传图床插件:

![image.png](https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/1706cc730f1f46078cb700a445211317~tplv-k3u1fbpfcp-watermark.image)

### 模板
木偶 已提交
68
模板即是一个内置 UI 样式的功能插件。
木偶 已提交
69

木偶 已提交
70
<img src=https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0b113ad547974699b9c73c28bc09b9b1~tplv-k3u1fbpfcp-watermark.image width=500 />
木偶 已提交
71

木偶 已提交
72
### 系统命令
木偶 已提交
73
#### 取色
木偶 已提交
74
基于 `robot.js` 以及 `iohook` 实现。未使用 C++ 扩展。
木偶 已提交
75

木偶 已提交
76
![image](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/3036ae85bf3549fc8bbbe2926ecbad55~tplv-k3u1fbpfcp-watermark.image)
木偶 已提交
77 78 79

#### 截屏

木偶 已提交
80 81
<img src=https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18023dab52e1420c9e87362cefddb2a1~tplv-k3u1fbpfcp-watermark.image width=500 />

木偶 已提交
82 83 84

#### 全局快捷键

木偶 已提交
85
<img src=https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/62cc424eacac4c9eb178f0e055e87d9a~tplv-k3u1fbpfcp-watermark.image width=500 />
M
init  
muwoo 已提交
86

木偶 已提交
87
### 最后
木偶 已提交
88 89 90 91
对本项目有兴趣或者想要交流学习的同学可以扫码加下面的微信,备注 rubick,帮助我们更好的成长:

![image](https://user-images.githubusercontent.com/21073039/127327603-9796f246-ee4b-4950-a69d-ce3205ec9569.png)

M
init  
muwoo 已提交
92

木偶 已提交
93 94 95
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details.