[go-nuts] [ANN] go-getch - a Library to read the console-event (keyboard-hit or screen-resize) on Windows

2017-02-15 Thread Kaoru HAYAMA
I wrote a library to read console-events (key-hit and/or window-resize) on Microsoft-Windows Console. - https://github.com/zetamatta/go-getch Example: e := getch.All() if k := e.Key; k != nil { fmt.Printf("\n%c %08X %08X %08X\n", k.Rune, k.Rune,

[go-nuts] [ANN] NYAGOS 4.1.8_0 - Extended CUI Shell for Windows written in Go

2017-02-15 Thread Kaoru HAYAMA
I released NYAGOS (Nihongo Yet Anothoer GOing Shell) 4.1.8_0, which is the extended CUI Shell for Windows written in Golang. - https://github.com/zetamatta/nyagos (Introduction) - https://github.com/zetamatta/nyagos/releases/tag/4.1.8_0 (download) NYAGOS.EXE is like CMD.EXE but is exten