Skip to content
This repository was archived by the owner on Jun 27, 2026. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash

Go package that provides bash shell command execution for cmdIDE on macOS and Linux.

Import

import bashpkg "github.com/Command-IDE/bash/src"

API

BuildShellCmd(parts []string) *exec.Cmd

Returns an *exec.Cmd that runs the joined parts through bash -c.

Command(parts []string) *exec.Cmd

Alias for BuildShellCmd.

DefaultShell

String constant "bash".

Build tags

This package is excluded from Windows builds via //go:build !windows.

Used by

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages