OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Add a GUI application #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

I built a GUI application, titled OctoPatcher.GUI. It is a simple WinForms app using my modern theme UI style, and wraps the functionality of OctoDiff, while providing an intuitive GUI.

PaulStovell commented 8 years ago

Hi @0xFireball, thanks for the pull request! Sorry I didn't get around to reviewing it until now.

I pulled down the PR and explored the app - I think it looks very nice. Here's a screenshot for anyone else watching along:

octopatcher

However, I'm not going to accept the PR, because I don't think this is really the right place for Octopatcher. I think you should create a separate GitHub repository just for Octopatcher, and build on top of Octodiff that way. It will keep the code more separate.