aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-21Most of the functionality I want is there now, it's not pretty though.Mitch Riedstra10-60/+321
Build the web server and the command line in the build script Allow for deletion of games from the library Move the download function out of main.go Add more information to the index template and handler. Allow for downloads from URLs and installation from local files. Allow changing of the library path via a command line flag Automatically start the web browser on windows
2020-11-21Initial version of a web interfaceMitch Riedstra8-1/+263
2020-11-20Remove dead code. Remove 32 bit windows builds.Mitch Riedstra6-324/+0
2020-11-20Works after reorganization.Mitch Riedstra7-178/+193
2020-11-20Reorganize. Update to use go modules.Mitch Riedstra13-9/+21
2017-02-05Rename steam-export-cli.go -> cli.goMitch Riedstra1-0/+0
2017-02-04Moved the libraries aroundMitch Riedstra11-3/+3
2017-01-17Convert Windows to Unix paths.. This means no filenames on unix with a '\' ↵Mitch Riedstra1-0/+5
but I think we can live with that
2017-01-17Changes to archive handling to improve cross-platform compatibilityMitch Riedstra2-7/+15
2017-01-16Change the help textMitch Riedstra1-6/+8
2017-01-16Add support for gzipped archivesMitch Riedstra4-22/+63
2017-01-16Renamed default example config fileMitch Riedstra1-0/+0
2017-01-16Make command line applications work. Make it build on UnixMitch Riedstra2-1/+3
2017-01-16Pull default configuration into the application, add an edit commandMitch Riedstra6-14/+119
2017-01-16Prevent windows file from being included on other platformsMitch Riedstra1-0/+2
2017-01-16Change default path depending on platformMitch Riedstra3-11/+23
2017-01-16Allow a default repositoriy to be set in 'config.yml' Minor changes to build ↵Mitch Riedstra4-9/+27
script.
2017-01-16Make the program's usage information look betterMitch Riedstra1-2/+4
2017-01-16Add ability to delete games. Remove old "main.go"Mitch Riedstra5-52/+48
2017-01-16Update 'Readme.md'mitch1-1/+1
2017-01-16Add the ability to package and export gamesMitch Riedstra2-4/+98
2017-01-16Added ability to extract games. Initial code to delete games. Initial basic ↵Mitch Riedstra4-6/+191
progress on a command line application.
2017-01-10Finding the ACF file now only returns the filename instead of the full path. ↵Mitch Riedstra2-7/+20
When you package a game the ACF file is now included.
2017-01-10Added the ability to pass in multiple input arguments to the archiveMitch Riedstra1-22/+14
2017-01-06Added an archive library and ability to package steam gamesMitch Riedstra5-12/+135
2017-01-03Added a build script with other minimal changesMitch Riedstra4-11/+36
2017-01-01Add ability to find the ACF file related to the gameMitch Riedstra3-11/+71
2016-12-30Oops, I forgot to escape the back slashes found in windows pathsMitch Riedstra1-1/+2
2016-12-30InitialMitch Riedstra5-0/+130