README ¶ orchid TUI framework for Go Installation go get -u github.com/ayntgl/orchid Getting Started package main import ( "github.com/ayntgl/orchid/application" "github.com/ayntgl/orchid/widgets" ) func main() { b := widgets.NewBlock() b.Border = true b.Title = "Hello World" app := application.New(b) err := app.Run() if err != nil { panic(err) } } Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis application examples block list widgets Click to show internal directories. Click to hide internal directories.