Documentation
¶
Index ¶
- Variables
- func DisableInterpret()
- func ExecuteCommand(command string) int
- func ExecuteCommandResult(command string) string
- func ExecuteCommandSilent(command string) int
- func ExecuteCommandSilentResult(command string) string
- func IsAlive(src string) bool
- func NewDebounce(_interval time.Duration) func(f func())
- func NewThrottle(_interval time.Duration) func(f func())
- func RunBackground(args []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KillByname func(_name string) KillByPid func(_pid string) )
View Source
var (
CreateCommand func(command string) *exec.Cmd
)
Functions ¶
func DisableInterpret ¶
func DisableInterpret()
func ExecuteCommand ¶
func ExecuteCommandResult ¶
func ExecuteCommandSilent ¶
func IsAlive ¶ added in v0.0.3
could not solve this problem For example, /usr/bin/code will open /opt/vscode/code A just open B, and they have different name Warning : ""
func NewDebounce ¶
func NewThrottle ¶
func RunBackground ¶ added in v0.0.3
func RunBackground(args []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.