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,
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