https://github.com/lee-wonjun/gitdot
github as a canvas
https://github.com/lee-wonjun/gitdot
github pixel-art
Last synced: 19 days ago
JSON representation
github as a canvas
- Host: GitHub
- URL: https://github.com/lee-wonjun/gitdot
- Owner: Lee-WonJun
- Created: 2022-10-09T13:23:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T19:10:31.000Z (over 2 years ago)
- Last Synced: 2025-03-27T13:45:30.691Z (about 1 month ago)
- Topics: github, pixel-art
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitdot
**github as a canvas**
gitdot is a pixel art (dot image) tool for github commit activity.## gitdot-visual

- Select year
- Cell left click : add one commit
- Cell right click : remove one commit
- save Button : Save to file for loading gitdot-cli## gitdot-cli
A tool to create a repository with commits of the desired date
```
gitdot-cli [repo-path] [gitdot-file-path] [author] [email] [offset]
```- repo-path : Path to be initialized by git
- gitdot-file-path : File created by gitdot-visual
- Author: committer author
- Email: Committer email
- offset : the date to be added to the commit date (for adjusting the github dashboard)
After you create the repo, you can push it.