aboutsummaryrefslogtreecommitdiff
path: root/steam/steam.go
AgeCommit message (Collapse)AuthorFilesLines
2023-01-20wipdev-wipMitchell Riedstra1-28/+25
2021-08-24Another development snapshot. Updated license. Added Swagger ↵Mitchell Riedstra1-3/+3
documentation--embedded! Note about 'swaggo'
2021-08-09Fix up cli. Continue fixing up the library and web app. Initial API specMitchell Riedstra1-2/+3
2021-08-04More major changes. Web UI works. Downloading games works. Status works. ↵Mitch Riedstra1-13/+25
extractFile needs work
2021-08-04Pretty large structural changes. Non-building development snapshotMitchell Riedstra1-49/+53
2021-03-20Update documentation. Remove all traces of chdir from the steam library. ↵Mitchell1-31/+21
Remove most linter complaints.
2021-03-19Sweeping changes to switch to bootstrap and make the UI overall a bit more ↵Mitch Riedstra1-0/+8
user friendly
2021-01-08Also show the size of games on the page listingMitch Riedstra1-5/+8
2020-11-21Initial version of a web interfaceMitch Riedstra1-0/+17
2020-11-20Works after reorganization.Mitch Riedstra1-30/+32
2020-11-20Reorganize. Update to use go modules.Mitch Riedstra1-0/+123
2017-02-04Moved the libraries aroundMitch Riedstra1-123/+0
2017-01-16Added ability to extract games. Initial code to delete games. Initial basic ↵Mitch Riedstra1-0/+2
progress on a command line application.
2017-01-10Finding the ACF file now only returns the filename instead of the full path. ↵Mitch Riedstra1-5/+10
When you package a game the ACF file is now included.
2017-01-06Added an archive library and ability to package steam gamesMitch Riedstra1-1/+3
2017-01-03Added a build script with other minimal changesMitch Riedstra1-2/+2
2017-01-01Add ability to find the ACF file related to the gameMitch Riedstra1-4/+53
2016-12-30InitialMitch Riedstra1-0/+65