Skip to content

bindertools/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages