jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Feature projects built with gocui #61

Closed djcas9 closed 8 years ago

djcas9 commented 8 years ago

I think it would be cool to have a section on the readme highlighting projects built using your awesome package. I have been working on an IRC client using it https://github.com/mephux/komanda-cli and I'm sure there are hundreds of others.

Anyway, thought it would be a good idea to highlight how easy this package makes it building pretty complex terminal UI's outside of the examples in the package itself.

jroimartin commented 8 years ago

I think it's a good idea. I've just updated the README with some projects using gocui and more screenshots.

Thanks for the support! :)

djcas9 commented 8 years ago

@jroimartin awesome, thanks. Side-note: where can I get the source for the radare2 cli tool?

jroimartin commented 8 years ago

@mephux it's just a PoC I started writing during the weekend, but it's far from being finished. I'll publish it at some point once I implement a basic set of features :)