Commit graph

7 commits

Author SHA1 Message Date
412444eb6e Flesh out pyproject.toml to allow properly installing
Mostly because I'd like to be able to install it with uv, so it's
entirely for selfish reasons.
2025-08-22 21:29:53 +02:00
a0ce83fb72 refactor: Extract main block to main function 2025-03-11 21:41:29 +02:00
James Smith
dc028e1030 Change python to python3
Not all hosts have python3-is-python, and the script is definitely
python3 so there's no backwards-compatibility issies.

Closes #1.
2023-09-08 16:46:55 +02:00
James Smith
e0fd76b04f Fix logic error in main branch selection
I was previously looking at two different lists, `candidates` and
`branch_list`. So the numbers weren't matching up.

This is fixed now.
2023-05-08 12:08:45 +02:00
James Smith
639fe3c3b2 Tweak things a bit more. Add usage guide to readme. 2023-01-28 22:48:20 +02:00
James Smith
01775362b3 More tinkering. Lots of refactoring to get it to do what I want. 2023-01-28 22:09:50 +02:00
James Smith
6166b42b2e Initial commit. 2023-01-26 07:43:08 +02:00