mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
50 lines
2 KiB
Markdown
50 lines
2 KiB
Markdown
# Gitako
|
|
|
|
<p align="center">
|
|
<img width="192" src="src/assets/icons/Gitako.png" />
|
|
</p>
|
|
|
|
Gitako is a free file tree extension for GitHub, available on Chrome, Firefox and Edge.
|
|
|
|
### Features
|
|
|
|
- 📂 File tree for repository and pull request
|
|
- 🔎 Instant file search and navigation
|
|
- 🕶️ Support private repositories
|
|
- 🧩 Support [GitHub enterprise](https://github.com/EnixCoda/Gitako/wiki/Use-in-GitHub-enterprise-and-other-sites), Gitea, Gitee, and [more](https://github.com/EnixCoda/Gitako/issues/60)
|
|
- 🏎 Always performant, even in gigantic projects
|
|
- ⌨️ Intuitive keyboard navigation
|
|
- 📋 Copy snippets and file content
|
|
- 🎨 Various icons and official themes support
|
|
- 🗂 Support git submodule
|
|
- 📏 Fold source code
|
|
|
|
### Install
|
|
|
|
<a href="https://chrome.google.com/webstore/detail/gitako-github-file-tree/giljefjcheohhamkjphiebfjnlphnokk"><img width="64" alt="Chrome" src="./assets/Chrome.svg" /></a>
|
|
<a href="https://microsoftedge.microsoft.com/addons/detail/alpoloddcggjhakjemghahlkofjekbca"><img width="64" alt="Edge" src="./assets/Edge.svg" /></a>
|
|
<a href="https://addons.mozilla.org/firefox/addon/gitako-github-file-tree/"><img width="64" alt="Firefox" src="./assets/Firefox.svg" /></a>
|
|
|
|
It is more recommended for Edge users to install from Chrome store. It may delay for weeks before updates got published to Edge store because its review process is slow.
|
|
|
|
### Help Gitako
|
|
|
|
Gitako is **FREE**. If you like it, please
|
|
|
|
- ⭐️ Star it at GitHub
|
|
- 👍 Review in the extension store
|
|
|
|
[Feature discussions](https://github.com/EnixCoda/Gitako/discussions) and [bug reports](https://github.com/EnixCoda/Gitako/issues/) are also welcome!
|
|
|
|
Check out [contributing.md](./contributing.md) if you want to contribute to Gitako directly.
|
|
|
|
### About
|
|
|
|
#### Source of the name and logo?
|
|
|
|
The totem of GitHub is a cute octopus. And octopus in Japanese is `タコ`(tako).
|
|
Then concat them together:
|
|
|
|
git + tako -> gitako
|
|
|
|
The logo of Gitako is a tentacle of octopus, indicates that Gitako works like a part of GitHub.
|