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.
g maxlineIsa Hassen1-44/+60 A completely rewritten solution which follows the spec given in the book exactly; make the program work for arbitrarily long input lines while modifying `main()` only. I've only changed the name of the macro MAXLINE to BUFFSIZE for clarity - otherwise the code is typed up exactly as found in the book. It demonstrates the use of a buffer without modifying any of the helper functions.