diff --git a/README.md b/README.md index 2506894..cad3445 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,15 @@ git branch --merged | grep -v main | xargs git branch -d ``` with some extra convenience and (I hope) safety features. + +The repo is named with `-python` on the end because I have a vague ambition to +redo this program in Go at some point, which will make it easier to distribute +for people who don't have Python installed by default (i.e. Windows users). But +I'm not sure when I'll get to that. + + +## TODO + +I'd like to actually get a set of unit-tests in place, but I'm not sure how to +go about this really because there's a lot of subprocess calls. If anyone reads +this and has an idea, I'd be glad to hear from you.