Skip to content

the basic library for OpenCmd, ark, yock and hulo...

License

Notifications You must be signed in to change notification settings

Ansurfen/cushion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cushion

Go Report Card Software License GoDoc

English | 简体中文

Cushion is a basic library for OpenCmd, Ark, Yock and Hulo...

Features

  • go-prompt: better powerful auto-completion with rgb color and key highlight and mode switch and so on
  • utils: uniform interface about dynamic library (dll, dylib, so) and metatable (plist, regedit) and environment variable and so on
  • runtime: dynamic language capabilities based on gopher-lua
  • components: out-of-the-box components based on bubbletea

Get start

To start, we'll fetch library using command.

go get "github.com/ansurfen/cushion"

Then, import cushion from local repository into your project.

package main

import (
    "github.com/ansurfen/cushion/utils"
    "github.com/ansurfen/cushion/runtime"
)

About

the basic library for OpenCmd, ark, yock and hulo...

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages