Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcolmyu/labtree
labtree for gilab
https://github.com/malcolmyu/labtree
Last synced: 2 days ago
JSON representation
labtree for gilab
- Host: GitHub
- URL: https://github.com/malcolmyu/labtree
- Owner: malcolmyu
- Created: 2015-09-15T02:44:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T07:15:57.000Z (almost 9 years ago)
- Last Synced: 2023-08-01T00:21:18.418Z (over 1 year ago)
- Language: JavaScript
- Size: 16.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitLab 树形文件展示工具
GitLab 树形文件展示工具的 Chrome 插件
## 安装
首先 clone 代码到本地:
git clone [email protected]:minghao.yu/labtree.git
之后打开 chrome:
- 『设置』-> 『更多工具』-> 『扩展程序』
- 勾选 『开发者模式』
- 点击『加载已解压的扩展程序…』选择刚才 clone 的目录## 使用
之后进入 GitLab 的任一项目,就会发现左上角多了一个小按钮:
![按钮](http://7xnghq.com1.z0.glb.clouddn.com/gitlab-tree-01.png)
点击按钮展开之后首先需要输入 GitLab 的用户名密码:
![登录](http://7xnghq.com1.z0.glb.clouddn.com/gitlab-tree-02.png)
点击登录,就会展示项目的树形目录结构拉~
![界面](http://7xnghq.com1.z0.glb.clouddn.com/gitlab-tree-03.png)
**PS:** 这里之所以需要登录是因为 GitLab 在获取项目目录结构时需要 token 验证,详情可以参见 [GitLab API](http://gitlab.corp.qunar.com/help/api/README.md)。