Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FrankFan/gitlab-tree
:palm_tree: Chrome extension to display Gitlab code in tree format. Now support Gitlab 9.x
https://github.com/FrankFan/gitlab-tree
Last synced: 3 months ago
JSON representation
:palm_tree: Chrome extension to display Gitlab code in tree format. Now support Gitlab 9.x
- Host: GitHub
- URL: https://github.com/FrankFan/gitlab-tree
- Owner: FrankFan
- Created: 2015-09-10T13:36:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T07:29:21.000Z (over 5 years ago)
- Last Synced: 2024-07-31T12:07:40.881Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.43 MB
- Stars: 285
- Watchers: 18
- Forks: 68
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- favorite-link - Chrome 扩展以树格式显示 Gitlab 代码。
README
## gitlab-tree
Chrome extension to display Gitlab code in tree format. Useful for developers who frequently read source in Gitlab and do not want to download or checkout too many repositories. The first gitlab assistant tool for code browsing.
### features
* support all the enterprise intranet gitlab service
* Easy-to-navigate code tree like web IDEs, simple and non-invasive
* ~~Fast browsing with pjax~~
* UI looks like Gitlab default UI
* hotkey support( hit [ to toggle gitlab-tree sidebar )
* support gitlab 9.x version( 8.x user use v1.5) :collision: :sparkles:
* no page refresh when browsing code file### install
Download and install Gitlab-Tree from [Chrome Web Store](https://chrome.google.com/webstore/detail/gitlab-tree/dllpphhnoanpcnlnipopibigdoeignbb)
### usage
1. install gitlab-tree
2. open a gitlab file url then you'll find a tree panel in the left of chrome window, OR just simple locate to Repository -> Files Tab.
3. still not work? please feel free to let me know.### screenshot
![](./docs/snapshot-gitlab9.gif)
![](./docs/gitlab-tree.png)
code with :heart: by FrankFan