orchid

module
v0.0.0-...-7564203 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2022 License: MIT

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)
	}
}

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL