aboutsummaryrefslogtreecommitdiff
path: root/README.mdown (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-03Branch off from master with pytest, tox, clickzlg1-279/+0
This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet.
2018-03-18Flesh out filter types and ownership statuszlg1-14/+29
It's time for a refactor to a module; the functionality and interface are clashing.
2018-03-18README.mdown: break line correctlyzlg1-1/+1
2018-03-18add 'playlog' list filterzlg1-0/+3
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-14/+14
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-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4
2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5
Also correct a typo.
2016-05-23Fix example commandZeLibertineGamer1-6/+7
Odd wordwrap diff too, but whatever
2016-05-20Initial commitZeLibertineGamer1-0/+257
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.