mirror of
https://codeberg.org/james-smith-za/git-tidy-python.git
synced 2026-01-15 19:29:25 +02:00
Update the readme a bit
This commit is contained in:
parent
617eeb2c71
commit
a6f922a0af
1 changed files with 12 additions and 0 deletions
12
README.md
12
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue