summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-23Add duplicate game reporting scriptZeLibertineGamer1-0/+12
It'll serve as an example of how vgstash can be extended with minimal effort.
2016-05-23Fix example commandZeLibertineGamer1-6/+7
Odd wordwrap diff too, but whatever
2016-05-23Correct uncaught BrokenPipeErrorZeLibertineGamer1-0/+2
Even if you catch that exception, Python complains. This happens when piping to head or any other program that may exit before vgstash is done. The solution is to simply close stderr when you're done.
2016-05-20Initial commitZeLibertineGamer6-0/+1376
I was dumb and didn't start committing as soon as I started. vgstash is considered ready for 0.1 and beta usage. There's a somewhat long road ahead, but I look forward to making this tool finally come to fruition.