🐙 File tree extension for GitHub on Chrome & Firefox & Edge
Find a file
2018-03-01 17:49:44 +08:00
src fix(file-explorer): fixes #3 2018-02-08 13:26:57 +08:00
.babelrc initial commit 2018-01-07 12:45:27 +08:00
.eslintrc.json initial commit 2018-01-07 12:45:27 +08:00
.gitignore feat(icon): use SVG octicon 2018-02-08 13:05:16 +08:00
generate-octicon.js feat(icon): use SVG octicon 2018-02-08 13:05:16 +08:00
LICENSE initialize README and License 2018-01-07 12:45:04 +08:00
package.json chore: update version number 2018-02-08 13:21:10 +08:00
README.md docs(readme): update bundle size description 2018-02-08 13:21:10 +08:00
webpack.config.js chore: update version number 2018-02-08 13:21:10 +08:00
yarn.lock chore(yarn.lock): update yarn.lock 2018-02-08 13:21:10 +08:00

Gitako

Yet another Chrome extension for GitHub. Inspired by Octotree & GayHub. Aimed at providing better UX, consistent UI regards to GitHub and more essential features.

Features

  • neat file tree
  • instant search for files
  • keyboard accessibility
    • press 'up' and 'down' to nav between search input and files in the list
    • press 'enter' or 'right' to redirect to file or expand folder
    • press 'left' to jump to parent folder or collapse current folder
  • redirect with pjax
  • copy snippets with one click
  • support access token (for private repo and frequent usage)
  • fancy loading animation ;)
  • use octicons
  • light size (26kb) & low memory usage
  • more WIP

Download

install from Chrome web store

Issues

Any bug report or suggestions are welcomed, feel free to draft a issue!