From 565812a92cd22d41aa6f5f85a6b451386422fb4a Mon Sep 17 00:00:00 2001 From: zlg Date: Mon, 3 Sep 2018 02:52:57 -0700 Subject: Branch off from master with pytest, tox, click 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. --- TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.txt (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..9e851ef --- /dev/null +++ b/TODO.txt @@ -0,0 +1,7 @@ +* Get tests running in their own directory +* Write CLI + * in progress, using click - https://click.pocoo.org/ +* Write GUI +* Write docs + * How? Sphinx? Needs research +* Package for Gentoo and Adélie -- cgit v1.2.3-54-g00ecf ='sub right'>zlg
aboutsummaryrefslogtreecommitdiff
path: root/1-20_detab.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-07Solve Exercises 1-1 to 1-12zlg12-0/+307
2013-02-06Fix style issue and correct 1-24zlg1-4/+4
2013-02-06Solve Exercise 1-24: C syntax checkerzlg1-110/+122