https://github.com/leegeunhyeok/gito
🌿 Github 잔디 위젯
https://github.com/leegeunhyeok/gito
Last synced: 23 days ago
JSON representation
🌿 Github 잔디 위젯
- Host: GitHub
- URL: https://github.com/leegeunhyeok/gito
- Owner: leegeunhyeok
- Created: 2019-04-30T04:01:14.000Z (about 6 years ago)
- Default Branch: legacy
- Last Pushed: 2022-12-09T21:43:02.000Z (over 2 years ago)
- Last Synced: 2025-03-25T08:02:29.614Z (about 1 month ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Simple github commit history widget for `PC`
![]()
## How to use
1. Just typing your **Github ID** and Press `ENTER` or click `+` button
2. Done! so easy 😃
## Features
- 🏳️🌈 Change color theme
- You can change color theme
(Shortcut: `Ctrl + T`)- 🆔 Change user ID
- Press `ESCAPE` key- 🌚 Darkmode (>=0.0.3)
## Development
[Electron](https://electronjs.org) with [Vue.js](https://vuejs.org)!#### Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# lint all JS/Vue component files in `src/`
npm run lint```
---