Update the readme a bit

This commit is contained in:
James Smith 2023-01-28 22:41:50 +02:00
parent 617eeb2c71
commit a6f922a0af

View File

@ -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.