summaryrefslogtreecommitdiff
path: root/scripts/dupe-finder.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-03Branch off from master with pytest, tox, clickzlg1-15/+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.
2016-11-03Improve error handling in shell scriptsZe Libertine Gamer1-1/+6
2016-05-23dupe-finder.sh: Invert if statementZeLibertineGamer1-3/+1
...Really?
2016-05-23Add duplicate game reporting scriptZeLibertineGamer1-0/+12
It'll serve as an example of how vgstash can be extended with minimal effort.