Documentation ¶
Index ¶
- Constants
- Variables
- func BinPath(arg ...string) string
- func Color(m *ice.Message, c string, str ice.Any) string
- func ColorGreen(m *ice.Message, str ice.Any) string
- func ColorRed(m *ice.Message, str ice.Any) string
- func ColorYellow(m *ice.Message, str ice.Any) string
- func IsAlpine(m *ice.Message, arg ...string) bool
- func IsCentos(m *ice.Message, arg ...string) bool
- func IsSuccess(m *ice.Message) bool
- func IsSystem(m *ice.Message, arg ...string) bool
- func IsUbuntu(m *ice.Message, arg ...string) bool
- func IsWindows() bool
- func NodeInfo(m *ice.Message, arg ...string)
- func Opens(m *ice.Message, arg ...string)
- func ParseCliColor(color string) string
- func ParseColor(color string) color.Color
- func SystemCmds(m *ice.Message, cmds string, args ...ice.Any) string
- func SystemExec(m *ice.Message, arg ...string) string
- func SystemFind(m *ice.Message, bin string, dir ...string) string
Constants ¶
View Source
const ( BG = "bg" FG = "fg" COLOR = "color" BLACK = "black" WHITE = "white" BLUE = "blue" RED = "red" GRAY = "gray" CYAN = "cyan" GREEN = "green" SILVER = "silver" PURPLE = "purple" YELLOW = "yellow" RANDOM = "random" GLASS = "#0000" )
View Source
const ( DIR = "dir" ENV = "env" API = "api" PID = "pid" PWD = "pwd" )
View Source
const ( BUILD = "build" ORDER = "order" SPAWN = "spawn" CHECK = "check" BENCH = "bench" PPROF = "pprof" TIMEOUT = "timeout" STATUS = "status" ERROR = "error" CLEAR = "clear" RELOAD = "reload" RESTART = "restart" DELAY = "delay" BEGIN = "begin" START = "start" OPEN = "open" CLOSE = "close" STOP = "stop" END = "end" MAIN = "main" CODE = "code" COST = "cost" BACK = "back" FROM = "from" )
View Source
const ( CMD = "cmd" OSID = "osid" UBUNTU = "ubuntu" CENTOS = "centos" ALPINE = "alpine" BUSYBOX = "busybox" RELEASE = "release" )
View Source
const ( MAKE = "make" TEST = "test" HOST = "host" CONF = "conf" BOOT = "boot" NODE = "node" )
View Source
const ( GOARCH = "GOARCH" AMD64 = "amd64" X86 = "386" ARM = "arm" ARM64 = "arm64" MIPSLE = "mipsle" GOOS = "GOOS" LINUX = "linux" MACOS = "macos" DARWIN = "darwin" WINDOWS = "windows" )
View Source
const ( PATH = "PATH" HOME = "HOME" USER = "USER" TERM = "TERM" SHELL = "SHELL" )
View Source
const ( CTX_SHY = "ctx_shy" CTX_COM = "ctx_com" CTX_DEV = "ctx_dev" CTX_OPS = "ctx_ops" CTX_ARG = "ctx_arg" CTX_PID = "ctx_pid" CTX_LOG = "ctx_log" CTX_POD = "ctx_pod" CTX_ENV = "ctx_env" CTX_DAEMON = "ctx_daemon" )
View Source
const ( HOSTNAME = "hostname" PATHNAME = "pathname" USERNAME = "username" )
View Source
const ( IFCONFIG = "ifconfig" DISKINFO = "diskinfo" HOSTINFO = "hostinfo" USERINFO = "userinfo" PROCSTAT = "procstat" PROCINFO = "procinfo" PROCKILL = "prockill" BOOTINFO = "bootinfo" MAXPROCS = "maxprocs" )
View Source
const ( CMD_DIR = "cmd_dir" CMD_ENV = "cmd_env" CMD_INPUT = "cmd_input" CMD_OUTPUT = "cmd_output" CMD_ERRPUT = "cmd_errput" CMD_ERR = "cmd_err" CMD_OUT = "cmd_out" MAN = "man" FIND = "find" GREP = "grep" EXEC = "exec" REST = "rest" OPENS = "opens" )
View Source
const CLI = "cli"
View Source
const DAEMON = "daemon"
View Source
const FOREVER = "forever"
View Source
const MIRRORS = "mirrors"
View Source
const QRCODE = "qrcode"
View Source
const RUNTIME = "runtime"
View Source
const (
SIZE = "size"
)
View Source
const SYSTEM = "system"
Variables ¶
Functions ¶
func SystemCmds ¶ added in v1.4.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.