Go to file
Buu Nguyen 5f5529e75c Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
dist Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
docs Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
src Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
.gitignore Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
LICENSE Initial commit 2014-05-09 11:15:20 -07:00
README.md Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
gulpfile.js Add prebuilt Firefox & Safari extensions 2014-05-13 23:27:02 -07:00
package.json Firefox build 2014-05-13 22:47:31 -07:00

README.md

Octotree

Chrome extension to display GitHub code in tree format. Useful for developers who frequently read source in GitHub and do not want to download or checkout too many repositories. Features:

  • Easy-to-navigate code tree like IDEs
  • Fast browsing with pjax
  • Support private repositories (require personal access token)

Install

  • Download and install Octotree from the Chrome store
  • Navigate to any GitHub project (or just refresh this page as an example)
  • The code tree should show as follows:

When extension is active

GitHub API Rate Limit

Octotree uses GitHub API to retrieve repository metadata. By default, it makes unauthenticated requests to the GitHub API. However, there are two situations when requests must be authenticated:

When that happens, Octotree will show the following screen to ask for your GitHub personal access token.

Enter personal access token

If you don't already have one, create one at this page. Then enter the generated token into the textbox and save.

Alternatively, you can always manually enter or update the token by following these steps:

  • Navigate to any GitHub page
  • Open the Chrome developer console
  • Execute the following line:
localStorage.setItem('octotree.github_access_token', JSON.stringify('REPLACE WITH TOKEN'))

Contribution

There are several improvements that can be made to Octotree. Contribution is very welcome.

  • Hide sidebar when navigating to non-code pages like Issues, PRs...
  • Make the width of the sidebar resizable.
  • Allow docking sidebar to either the left or right side.
  • Allow users to enter access token any time.
  • Synchronize (two-way) between sidebar selection and GitHub selection.
  • Show progress indicator while the code tree or a file is being loaded (with Pjax). (Showing spinner in the toggle button?)

Credit

Icon by pstadler