Skip to content

Commit c128147

Browse files
committed
Merge remote-tracking branch 'Gitee/master'
2 parents 4ff8e2c + ec84e69 commit c128147

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
11
# Gitee
2+
3+
[![GitHub release](https://img.shields.io/badge/Gitee-1.0.0-blue.svg)](https://github.com/Nightonke/Gitee/releases)
4+
[![Developer](https://img.shields.io/badge/Developer-Nightonke-red.svg)](http://huangweiping.me/)
5+
[![Lisense](https://img.shields.io/badge/License-Apache%202-lightgrey.svg)](https://www.apache.org/licenses/LICENSE-2.0)
6+
7+
![Gitee](https://github.com/Nightonke/Gitee/blob/master/Pictures/image_github_w1920.png)
8+
9+
How many stars I got yesterday? What is the total stars number I got right now? Or, did someone follow me these days?
10+
11+
As a practice of developing osx/cocoa, I try to achieve the above needs in Gitee. Gitee is a status bar application in osx platform. It updates data from Github periodically. Now gitee supports:
12+
13+
1. Show the number of total stars, followers and notifications on the status bar.
14+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/status_bar.png" width="600">
15+
2. Basic informations about Github, like avatar, contributions and so on.
16+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_profile.png" width="300">
17+
3. A pie charts which shows the starzagers of your repositories. You can adjust the least minimum starzagers number in settings. Try to choose repository to open its homepage in browser.
18+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_pie_1.png" width="300">
19+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_pie_2.png" width="300">
20+
4. A bar/line chart which shows the trends of your followers or starzagers of repositories. Selects the content of charts from pop-up button on the top. Also, you can change the the unit of time in the radio group. The bar/ line chart is drawn in wkwebview by [e-charts](https://github.com/ecomfe/echarts).
21+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_trend_1.png" width="300">
22+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_trend_2.png" width="300">
23+
5. A list of [trendings from Github](https://github.com/trending).
24+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_trending.png" width="300">
25+
6. Notifications from Github. Gitee updates your notifications every 10 minutes by default, and reminds you on desktop as a user-notification for each unread notification. You can mark a notification(or all notifications of a repository/you) as read, or unsubscribe notification thread in notifications tab.
26+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/tab_notification.png" width="300">
27+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/notification_1.png" width="300">
28+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/notification_2.png" width="300">
29+
7. Refresh all the contents by clicking the refresh button on the toolbar.
30+
8. Open the settings window by the settings button beside refresh-button mentioned above.
31+
<img src="https://github.com/Nightonke/Gitee/blob/master/Pictures/vc_settings.png" width="500">
32+
9. Quit Gitee by clicking the quit button on the right of toolbar.
33+
34+
# Download
35+
[![GitHub release](https://img.shields.io/badge/Gitee-1.0.0-blue.svg)](https://github.com/Nightonke/Gitee/releases)
36+
37+
# Developer
38+
[![Developer](https://img.shields.io/badge/Developer-Nightonke-red.svg)](http://huangweiping.me/)

0 commit comments

Comments
 (0)