mcasper / git-clean

A Command Line Tool written in Rust for cleaning up local and remote Git branches
MIT License
54 stars 9 forks source link

Support Windows #30

Closed jsinger67 closed 1 year ago

jsinger67 commented 1 year ago

Hi @mcasper, very nice crate 💪! Is there a chance to support Windows too? It compiles here but crashes when spawning into grep.

If I find the extra time I could perhaps jump in if you wish.

mcasper commented 1 year ago

@jsinger67 thanks for fixing that! I just merged your fixes and released a new version (0.7.0), happy cleaning!