Ecosyste.ms: Packages

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

Top 4.1% on proxy.golang.org
Top 2.2% dependent packages on proxy.golang.org
Top 3.5% dependent repos on proxy.golang.org
Top 5.8% forks on proxy.golang.org

proxy.golang.org : github.com/ionrock/procs

Procs is a library to make working with command line applications a little nicer. The goal is to expand on the os/exec package by providing some features usually accomplished in a shell, without having to resort to a shell. Procs also tries to make working with output simpler by providing a simple line handler API over working with io pipes. Finally, while the hope is that procs provides some convenience, it is also a goal to help make it easier to write more secure code. For example, avoiding a shell and the ability to manage the environment as a map[string]string are both measures that intend to make it easier to accomplish things like avoiding outputting secrets and opening the door for MITM attacks. With that said, it is always important to consider the security implications, especially when you are working with untrusted input or sensitive data.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/ionrock/procs
Keywords: exec, golang, process-manager
License: Apache-2.0
Latest release: over 1 year ago
First release: over 6 years ago
Namespace: github.com/ionrock
Dependent packages: 6
Dependent repositories: 2
Stars: 86 on GitHub
Forks: 13 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago

    Loading...
    Readme
    Loading...