If you really must use a terminal ui - maybe try https://github.com/gizak/termui it seems quite nice. if you can make people SSH into your app (using some golang ssh server magic) that might be a way to go as well.
Otherwise go for a web based solution (as layout would be much easier) On 29 November 2016 at 03:19, Rick <thesuggestednamesareaw...@gmail.com> wrote: > I've written a small program for work in gocui and am quite happy with the > results. > > > On Monday, 28 November 2016 08:12:35 UTC-8, bia...@gmail.com wrote: >> >> i'd like to rewrite an old dos medical patient record program in go for a >> friend. its not a complex program by any means >> >> i'd probably use go-sqlite3 for storage but its the terminal part where >> I'm confused. should i use gocui or termbox directly? >> >> the program will only have menus to be controlled using arrow-keys, >> hotkeys, fields for keying in data >> >> if there are any other libs i should know of that may be useful in this >> task please share. >> >> keep in mind, i have no knowledge of go.. but this should be the first >> first proper programming language i'd learn. (im currently reasonable in >> bash scripting) >> >> >> -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.