Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.45 KB

gitlab-tree gitlab tree logo

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.

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 Community Edition 10.x version 💥 ✨

install

  1. download gitlab-tree.trx
  2. open your chrome browser, and open the following link: chrome://extensions/
  3. drop gitlab-tree.trx into the chrome extensions page, and install it.

usage

  1. install gitlab-tree
  2. locate to your gitlab url, if first opened, you will see a confirm dialog, just confirm it(just do once).
  3. navigate to some project page, then you'll find an arrow in the left top of chrome window.
  4. if not, hit F5 or cmd + R to refresh the page
  5. still not work? please feel free to let me know.

screenshot

code with ❤️ by aftersss. fork from:FrankFan's gitlab-tree