aboutsummaryrefslogtreecommitdiff
path: root/vgstash (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-03-18Flesh out filter types and ownership statuszlg1-53/+111
It's time for a refactor to a module; the functionality and interface are clashing.
2018-03-18add 'playlog' list filterzlg1-2/+6
This filter is used to get an idea of which games you're currently playing through, so you can prioritize games to play when you're bored and detect it when you've beaten a game but haven't marked it as such.
2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg1-7/+6
It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set!
2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9
2016-05-23Show help when invoked without argumentsZeLibertineGamer1-1/+7
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 commitZeLibertineGamer1-0/+405
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.