Skip to content

Commit

Permalink
initialize README and License
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Jan 7, 2018
0 parents commit 1a0272e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017 EnixCoda

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Gitako

Yet another Chrome extension for GitHub. Inspired by [Octotree](https://github.com/buunguyen/octotree) & [GayHub](https://github.com/jawil/GayHub). Aimed at providing better UX, consistent UI regards to GitHub and more essential features.

### Features

- [x] neat file tree
- [x] instant search for files
- [x] 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
- [x] redirect with pjax
- [x] copy snippets with one click
- [x] support access token (for private repo and frequent usage)
- [x] fancy loading animation ;)
- [x] use [octicons](https://octicons.github.com)
- [x] light size (40kb) & low memory usage
- [more WIP](https://github.com/EnixCoda/Gitako/projects/1)

### Download

[install from Chrome web store](https://chrome.google.com/webstore/detail/gitako/giljefjcheohhamkjphiebfjnlphnokk)

### Issues

Any bug report or suggestions are welcomed, feel free to draft a [issue](https://github.com/EnixCoda/Gitako/issues/)!

0 comments on commit 1a0272e

Please sign in to comment.