Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dheison0/ps2-game-manager
OPL USB game manager for linux
https://github.com/dheison0/ps2-game-manager
Last synced: 2 days ago
JSON representation
OPL USB game manager for linux
- Host: GitHub
- URL: https://github.com/dheison0/ps2-game-manager
- Owner: dheison0
- License: mit
- Created: 2024-02-16T01:53:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T15:10:30.000Z (4 months ago)
- Last Synced: 2024-07-19T03:55:30.584Z (4 months ago)
- Language: Go
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS2 Game Manager
![ps2manager](https://github.com/dheison0/ps2-game-manager/assets/98592255/3dbb1fdf-70a0-4091-a037-1e262fb1e291)
A simple [Open PS2 Loader][OPL] game manager create for use on command line,
more specific my server that's where I keep my ROMsThis program can:
- View/Rename/Delete installed games;
- Install new games from ISO;
- Download and insert game covers(thanks to [ps2-covers]).# Build and run
Install [Go] 1.22 or newer then run:
```bash
git clone --depth=1 https://github.com/dheison0/ps2-game-manager
cd ps2-game-manager
go build
```To run just set the game files path:
```bash
./ps2manager games/path
```[OPL]:
[ps2-covers]:
[Go]: