generated from habedi/template-go-project
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,33 @@ | ||
# Gogg: A Downloader for GOG | ||
<div align="center"> | ||
<picture> | ||
<source media="(prefers-color-scheme: light)" srcset="assets/logo-v1.jpeg"> | ||
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-v1.jpeg"> | ||
<img alt="Gogg logo" src="assets/logo-v1.jpeg" height="40%" width="40%"> | ||
</picture> | ||
</div> | ||
<br> | ||
|
||
<img src="assets/logo-v1.jpeg" align="right" width="40%"/> | ||
<p align="center"> | ||
<a href="https://github.com/habedi/gogg/actions/workflows/tests.yml"> | ||
<img src="https://github.com/habedi/gogg/actions/workflows/tests.yml/badge.svg" alt="Tests"> | ||
</a> | ||
<a href="https://goreportcard.com/report/github.com/habedi/gogg"> | ||
<img src="https://goreportcard.com/badge/github.com/habedi/gogg" alt="Go Report Card"> | ||
</a> | ||
<a href="https://pkg.go.dev/github.com/habedi/gogg"> | ||
<img src="https://pkg.go.dev/badge/github.com/habedi/gogg.svg" alt="Go Reference"> | ||
</a> | ||
<a href="https://github.com/habedi/gogg/releases/latest"> | ||
<img src="https://img.shields.io/github/release/habedi/gogg.svg?style=flat-square" alt="Release"> | ||
</a> | ||
|
||
[](https://github.com/habedi/gogg/actions/workflows/tests.yml) | ||
[](https://goreportcard.com/report/github.com/habedi/gogg) | ||
[](https://pkg.go.dev/github.com/habedi/gogg) | ||
[//]: # ( <a href="https://github.com/habedi/gogg/blob/main/LICENSE">) | ||
|
||
[//]: # ([](https://github.com/habedi/gogg/releases/latest)) | ||
[//]: # ( <img src="https://img.shields.io/github/license/habedi/gogg" alt="License">) | ||
|
||
[//]: # ([](https://github.com/habedi/gogg/blob/main/LICENSE)) | ||
[//]: # ( </a>) | ||
</p> | ||
|
||
Gogg is a minimalistic CLI tool for downloading game files from [GOG.com](https://www.gog.com/). | ||
|
||
## License | ||
## Gogg | ||
|
||
This project is licensed under the [MIT License](LICENSE). | ||
Gogg is a minimalistic CLI tool for downloading game files from [GOG.com](https://www.gog.com/). |