process is a Go package that provides utilities for looking up operating system process IDs (PIDs) and metadata.
It supports the following platforms:
- Darwin (macOS) – requires cgo
- Windows
- Linux
Install using:
go get github.com/irbis-sh/processFull package documentation is available at https://pkg.go.dev/github.com/irbis-sh/process.
Contributions – including bug reports and pull requests – are welcome.
If you'd like to contribute directly to the codebase, please first open an issue outlining the intended bug fix or feature and the approach you plan to take.