Versions in this module Expand all Collapse all v1 v1.4.0 Sep 13, 2026 v1.3.1 Sep 8, 2026 v1.3.0 Sep 5, 2026 v1.2.0 Sep 3, 2026 v1.1.0 Sep 2, 2026 v1.0.1 Aug 29, 2026 v1.0.0 Aug 29, 2026 Changes in this version + func CommandName(_ context.Context, _ int) (string, error) — js/wasm, windows/amd64 + func CommandName(ctx context.Context, pid int) (string, error) — darwin/amd64, linux/amd64 + func StartIdentity(_ context.Context, _ int) string — js/wasm, windows/amd64 + func StartIdentity(ctx context.Context, pid int) string — darwin/amd64, linux/amd64 + type PermissionError struct + Err error + Path string + func (e *PermissionError) Error() string + func (e *PermissionError) Unwrap() error + type Process struct + AgentHint string + Args []string + CWD string + Executable string + Foreground bool + MultiplexerKind string + MultiplexerPane string + MultiplexerServer string + MultiplexerSession string + PID int + PPID int + ProcessGroupID int + StartIdentity string + TTY string + func Find(_ context.Context, _ int) (Process, bool, error) + func Find(ctx context.Context, pid int) (Process, bool, error) + func List(_ context.Context) ([]Process, error) + func List(ctx context.Context) ([]Process, error) + type TableError struct + Err error + Path string + func (e *TableError) Error() string + func (e *TableError) Unwrap() error + type UnsupportedError struct + Platform string + func (e *UnsupportedError) Error() string