From a6f922a0af8b9a25a1b6e8684bd783515e9288d6 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 28 Jan 2023 22:41:50 +0200 Subject: [PATCH] Update the readme a bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.