Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.2% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 2.5% forks on proxy.golang.org
Top 0.7% docker downloads on proxy.golang.org

proxy.golang.org : github.com/go-cmd/cmd

Package cmd runs external commands with concurrent access to output and status. It wraps the Go standard library os/exec.Command to correctly handle reading output (STDOUT and STDERR) while a command is running and killing a command. All operations are safe to call from multiple goroutines. A basic example that runs env and prints its output: Commands can be ran synchronously (blocking) or asynchronously (non-blocking): Start returns a channel to which the final Status is sent when the command finishes for any reason. The first example blocks receiving on the channel. The second example is non-blocking because it saves the channel and receives on it later. Only one final status is sent to the channel; use Done for multiple goroutines to wait for the command to finish, then call Status to get the final status.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/go-cmd/cmd
Keywords: asynchronous, command, golang, non-blocking, real-time
License: MIT
Latest release: 11 months ago
First release: about 7 years ago
Namespace: github.com/go-cmd
Dependent packages: 228
Dependent repositories: 1,749
Stars: 737 on GitHub
Forks: 115 on GitHub
Docker dependents: 31
Docker downloads: 580,933
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

v1.4.2
Published: 11 months ago
Registry - Documentation - Download
v1.4.1
Published: about 2 years ago
Registry - Documentation - Download
v1.4.0
Published: over 2 years ago
Registry - Documentation - Download
v1.3.1
Published: over 2 years ago
Registry - Documentation - Download
v1.3.0
Published: over 3 years ago
Registry - Documentation - Download
v1.2.1
Published: almost 4 years ago
Registry - Documentation - Download
v1.2.0
Published: over 4 years ago
Registry - Documentation - Download
v1.1.0
Published: over 4 years ago
Registry - Documentation - Download
v1.0.6
Published: over 4 years ago
Registry - Documentation - Download
v1.0.5
Published: almost 5 years ago
Registry - Documentation - Download
v1.0.4
Published: over 5 years ago
Registry - Documentation - Download
v1.0.3
Published: about 6 years ago
Registry - Documentation - Download
v1.0.2
Published: about 6 years ago
Registry - Documentation - Download
v1.0.1
Published: about 6 years ago
Registry - Documentation - Download
v1.0.0
Published: about 7 years ago
Registry - Documentation - Download