Go package that provides zsh shell command execution for cmdIDE on macOS and Linux.
import zshpkg "github.com/Command-IDE/zsh/src"Returns an *exec.Cmd that runs the joined parts through zsh -c.
Alias for BuildShellCmd.
String constant "zsh".
This package is excluded from Windows builds via //go:build !windows.
This package is a sub-module of cmdIDE. On macOS and Linux the host app selects between zsh, bash, and sh based on user config and shell availability.
MIT