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

Top 2.2% dependent packages on proxy.golang.org
Top 2.1% dependent repos on proxy.golang.org

proxy.golang.org : github.com/gobars/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/gobars/cmd
License: MIT
Latest release: about 4 years ago
First release: about 4 years ago
Namespace: github.com/gobars
Dependent packages: 7
Dependent repositories: 6
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago

Top 8.2% on proxy.golang.org
github.com/bingoohuang/ngxtpl v0.0.0-20230628060125-d93ac4e2d8f9
golang nginx template
2 versions - Latest release: almost 2 years ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/bingoohuang/dog v0.0.0-20211202034803-783fc3bf49c8
watchdog for RSS/CPU or Heartbeating
1 version - Latest release: over 3 years ago - 0 stars on GitHub
Top 6.5% on proxy.golang.org
github.com/bingoohuang/sqlweb v0.0.0-20210806010357-1b5c709d2d13
SQL web based on golang
1 version - Latest release: over 3 years ago - 15 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/bingoohuang/gossh v1.0.1
execute shell scripts among multiple ssh servers
5 versions - Latest release: over 4 years ago - 1 dependent package - 1 dependent repositories - 8 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/bingoohuang/gopipe v0.0.0-20200719091504-39241b80f573
pipeline implementation in go
1 version - Latest release: almost 5 years ago - 0 stars on GitHub
github.com/bingoohuang/sysinfo v1.0.0
a command to show the system info as full as possible
2 versions - Latest release: about 5 years ago - 1 dependent package - 1 dependent repositories - 3 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/bingoohuang/filetemplate v0.0.0-20200302155150-6bd56bc5b440
provide http and cli api for config file overwrite and reload
1 version - Latest release: about 5 years ago - 1 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.