summaryrefslogtreecommitdiff
path: root/requirements.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-10cli: Add "import" commandzlg1-0/+1
Currently the import command will only accept YAML files, but is ready for expansion to other formats as needed.
2018-09-03Branch off from master with pytest, tox, clickzlg1-0/+2
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.