An open API service indexing awesome lists of open source software.

https://github.com/pouyakary/go-corelib

Kary Framework is a Cross Platform Textual User Interface Implementation Framework made of components for String Manipulation, Terminal Viewport Management and Terminal UI Widgets.
https://github.com/pouyakary/go-corelib

go golang kary-comments kary-framework karyfoundation mathematical-notation notation string-formatter string-manipulation strings terminal ui ui-components

Last synced: 10 days ago
JSON representation

Kary Framework is a Cross Platform Textual User Interface Implementation Framework made of components for String Manipulation, Terminal Viewport Management and Terminal UI Widgets.

Awesome Lists containing this project

README

        

# Kary Framework for Go

Kary Framework is a Cross Platform Textual User Interface Implementation Framework made of components for String Manipulation, Terminal Viewport Management and Terminal UI Widgets.

### Installation
Make sure to have the repository cloned at the Go Path of:

```
$GOPATH/src/kary/core
```

So to install it run:

```
git clone https://github.com/karyfoundation/go-corelib.git $GOPATH/src/kary/core
```