Skip to content

Commit 8a9a722

Browse files
docs: add example output
1 parent 1b0e89e commit 8a9a722

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
This project builds upon the previous work by Jainam Desai[^1]. Please consider
44
starring this repository if you find it useful! ⭐️
55

6+
## Example Output
7+
8+
```
9+
🕰️ I get my jam on during the evening!
10+
11+
🌞 Morning 180 commits ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.38%
12+
🌆 Daytime 881 commits ████████████████░░░░░░░░░░░░░░ 21.44%
13+
🌃 Evening 1617 commits ██████████████████████████████ 39.35%
14+
🌙 Night 1431 commits ██████████████████████████░░░░ 34.83%
15+
```
16+
17+
```
18+
📅 I'm most productive on Saturdays!
19+
20+
Monday 666 commits ██████████████████████████░░░░ 16.21%
21+
Tuesday 635 commits █████████████████████████░░░░░ 15.45%
22+
Wednesday 500 commits ████████████████████░░░░░░░░░░ 12.17%
23+
Thursday 468 commits ██████████████████░░░░░░░░░░░░ 11.39%
24+
Friday 485 commits ███████████████████░░░░░░░░░░░ 11.80%
25+
Saturday 743 commits ██████████████████████████████ 18.08%
26+
Sunday 612 commits ████████████████████████░░░░░░ 14.89%
27+
```
28+
29+
```
30+
🧪 Python for the win!
31+
32+
Python 21 repos ██████████████████████████████ 15.22%
33+
HTML 11 repos ███████████████░░░░░░░░░░░░░░░ 7.97%
34+
Shell 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
35+
C 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
36+
Makefile 10 repos ██████████████░░░░░░░░░░░░░░░░ 7.25%
37+
```
38+
639
## Installation
740

841
To integrate this action into your repository, start by creating a GitHub Action

0 commit comments

Comments
 (0)