https://github.com/summerblue/githunt-x
fork from kamranahmedse/githunt add feature like: night mod, search, more time filter, next page ...
https://github.com/summerblue/githunt-x
Last synced: 2 months ago
JSON representation
fork from kamranahmedse/githunt add feature like: night mod, search, more time filter, next page ...
- Host: GitHub
- URL: https://github.com/summerblue/githunt-x
- Owner: summerblue
- License: mit
- Created: 2021-12-22T01:40:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T03:03:37.000Z (over 3 years ago)
- Last Synced: 2025-02-09T18:26:14.237Z (4 months ago)
- Language: JavaScript
- Size: 6.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
## Intro:
Fork from https://github.com/kamranahmedse/githunt , add features:
1. night mod;
2. add more date filer;
3. default 100 item per page;
4. add repo's [Last Commit] time;
5. search keyword;
6. next page。## Manual import
After cloning the project,do the following.
1. Install dependency:
```
yarn install
```2. Build the chrome extention
```
yarn build-chrome
```will generate a [build] folder
3. Open your Chrome -> extensions -> load unpack extension, choose the [build] folder.
## Development
```
yarn start
```-----
![]()
![]()
## License
MIT © [Summer](https://learnku.com)
MIT © [Kamran Ahmed](https://kamranahmed.info)