Hi,
I'm using cassandra-reaper (https://github.com/thelastpickle/cassandra-reaper) to manage repairs of my Cassandra clusters, probably like a bunch of other people. When I started using it (it was still the version from the spotify repository) the UI didn't work well, and the Python cli client was slow to use because we had to use Docker to run it. It was frustrating for me so over a couple of weeks I wrote https://github.com/vrischmann/happyreaper which is another CLI client. It doesn't do much more than spreaper (there are some client-side filters that spreaper doesn't have I think), the main benefit is that it's a self-contained binary without needing a Python environment. I'm announcing it here in case it's of interest to anyone. If anyone has feedback feel free to share. Vincent.