From f960ca8c8203e83bdc08d32e9a22ed01376f42b1 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 24 Aug 2019 14:58:02 +0800 Subject: [PATCH 1/3] docs: chrome badge --- ChromeWebStoreBadge.svg | 349 ++++++++++++++++++++++++++++++++++++++++ README.md | 29 ++-- 2 files changed, 366 insertions(+), 12 deletions(-) create mode 100644 ChromeWebStoreBadge.svg diff --git a/ChromeWebStoreBadge.svg b/ChromeWebStoreBadge.svg new file mode 100644 index 0000000..fe9beee --- /dev/null +++ b/ChromeWebStoreBadge.svg @@ -0,0 +1,349 @@ + +image/svg+xml \ No newline at end of file diff --git a/README.md b/README.md index 722a26d..ce2a974 100644 --- a/README.md +++ b/README.md @@ -4,28 +4,32 @@ Yet another Chrome extension for GitHub. Inspired by [Octotree](https://github.c ### Features -- [x] neat file tree -- [x] instant file search -- [x] fast even in gigantic projects -- [x] intuitive keyboard accessibility +- neat file tree +- instant file search +- fast even in gigantic projects +- intuitive keyboard accessibility - file navigation using arrow keys - set shortcut to toggle sidebar -- [x] redirect smoothly with pjax -- [x] resize-able when window is wide enough -- [x] copy snippets with single click +- redirect smoothly with pjax +- resize-able when window is wide enough +- copy snippets with single click - copy code snippets from markdown preview - copy whole content of a file -- [x] support private repo and frequent usages -- [x] support git submodule -- [x] UI consistent to GitHub's -- [x] light size (~60kb) & low memory usage +- support private repo and frequent usages +- support git submodule +- UI consistent to GitHub's +- light size (~60kb) & low memory usage - [more WIP](https://github.com/EnixCoda/Gitako/projects/1) [Change Log](https://github.com/EnixCoda/Gitako/wiki/ChangeLog) ### Install -[Please install from Chrome Web Store](https://chrome.google.com/webstore/detail/gitako/giljefjcheohhamkjphiebfjnlphnokk) +
+ +[![Please install from Chrome Web Store](./ChromeWebStoreBadge.svg)](https://chrome.google.com/webstore/detail/gitako-github-file-tree/giljefjcheohhamkjphiebfjnlphnokk) + +
### Issues @@ -34,6 +38,7 @@ Any bug report or feature request discussions are welcomed, feel free to draft a ### About #### Why named 'Gitako'? + GitHub's totem is a cute octopus. And octopus in Japanese is `たこ`(tako). Then link them together: From e5ddd8a5d2c91b8688d07ae60bea8e85d1fa1b0e Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 24 Aug 2019 15:17:54 +0800 Subject: [PATCH 2/3] docs: add emoji --- README.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ce2a974..44defde 100644 --- a/README.md +++ b/README.md @@ -4,24 +4,21 @@ Yet another Chrome extension for GitHub. Inspired by [Octotree](https://github.c ### Features -- neat file tree -- instant file search -- fast even in gigantic projects -- intuitive keyboard accessibility - - file navigation using arrow keys - - set shortcut to toggle sidebar -- redirect smoothly with pjax -- resize-able when window is wide enough -- copy snippets with single click +- 📂 neat file tree +- 🔎 instant file search +- 🏎 super fast even in gigantic projects +- ⌨️ intuitive keyboard accessibility + - navigate file using arrow keys + - shortcut for toggling sidebar +- 🚀 boosts loading speed +- ↔️ customizable size +- 📋 copy with single click - copy code snippets from markdown preview - copy whole content of a file -- support private repo and frequent usages -- support git submodule -- UI consistent to GitHub's -- light size (~60kb) & low memory usage -- [more WIP](https://github.com/EnixCoda/Gitako/projects/1) - -[Change Log](https://github.com/EnixCoda/Gitako/wiki/ChangeLog) +- 🤖 support private repo and frequent usages +- 🎨 UI consistent to GitHub's +- 🎈 light size (~60kb) & low memory usage +- 🗂 support git submodule ### Install From 8e3eae3d29862c17e7ea185b749f1989d63d7995 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 24 Aug 2019 15:29:04 +0800 Subject: [PATCH 3/3] docs: brief feature intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44defde..c11ed5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gitako -Yet another Chrome extension for GitHub. Inspired by [Octotree](https://github.com/buunguyen/octotree) & [GayHub](https://github.com/jawil/GayHub), thanks to them! Gitako is aimed at providing better UX, consistent UI regards to GitHub and more essential features. +Yet another Chrome extension for GitHub. Inspired by [Octotree](https://github.com/buunguyen/octotree) & [GayHub](https://github.com/jawil/GayHub), thanks to them! Gitako is aimed at providing the best performance, better UX, more consistent UI and more essential features. ### Features