Tonkpils / snag

Automatic build tool for all your projects
MIT License
32 stars 4 forks source link

GUI #56

Closed Tonkpils closed 8 years ago

Tonkpils commented 8 years ago

I started playing around with the GUI package we talked about on Slack... I have a POC branch. The output looks something like this

image

image

Code is still very spread out and duplicated and some functionality is still not there but I figured we could get some feedback on implementation

zabawaba99 commented 8 years ago

That looks wicked so far. I'll go through the code over the weekend and reach out over slack.

Tonkpils commented 8 years ago

The functionality provided by the UI package was not flexible enough to allow scrolling views which are needed for the logs. I have found this other package https://github.com/jroimartin/gocui which looks promising and has similar functionality with the added extensible view...now to find time to implement it :)

zabawaba99 commented 8 years ago

I'll see if I can tinker with it a bit.