Skip to content

Commit 12f0adb

Browse files
Sepe LucaSepe Luca
Sepe Luca
authored and
Sepe Luca
committed
📝 docs(*): update README
1 parent a6debd1 commit 12f0adb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,24 @@
1212
*.iws
1313
*.iml
1414
.idea/
15+
go.sum
1516

1617
# Binaries for programs and plugins
1718
*.exe
1819
*.exe~
1920
*.dll
2021
*.so
2122
*.dylib
23+
*.dat
24+
*.DS_Store
2225

2326
# Test binary, built with `go test -c`
2427
*.test
2528

2629
# Output of the go coverage tool, specifically when used with LiteIDE
2730
*.out
31+
32+
# Goreleaser config and folder
33+
dist/**
34+
.goreleaser.yml
35+
shrink.sh

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Go PS4
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/lucasepe/go-ps4)](https://goreportcard.com/report/github.com/lucasepe/go-ps4) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/gojp/goreportcard/blob/master/LICENSE)
4+
35
> Search the Playstation Store for your favorite PS4 games using the command line.
46
57
This tool use [Colly](https://github.com/gocolly/colly) the Lightning Fast and Elegant Scraping Framework for Gophers
68

79

10+
- Free [open source](https://github.com/lucasepe/go-ps4) software
11+
- Works on [Linux](https://github.com/lucasepe/go-ps4/releases/download/v1.0.0/ps4-linux-amd64), [Mac OSX](https://github.com/lucasepe/go-ps4/releases/download/v1.0.0/ps4-darwin-amd64), [Windows](https://github.com/lucasepe/go-ps4/releases/download/v1.0.0/ps4-windows-amd64.exe)
12+
- Just a single portable binary file
13+
14+
815
## How to use
916

1017
### List available options

0 commit comments

Comments
 (0)