goxm

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2024 License: MIT Imports: 3 Imported by: 0

README

goxm

Install:

go install github.com/o7q2ab/goxm@latest

Commands:

binary

Examine binary file(s) at given path.

Aliases: binary, bin, b.

Example:

# One binary file:
goxm b ~/go/bin/gopls

# Directory with binary files:
goxm b ~/go/bin

Flags:

  -b, --build    show the build settings used to build the binary
  -d, --deps     show all the dependency modules
  -h, --help     help for binary
      --latest   show latest versions for all the dependency modules
path

Examine all Go binaries found in directories added to PATH environment variable.

Example:

goxm path

Flags:

  -b, --build   show the build settings used to build the binary
  -d, --deps    show all the dependency modules
  -h, --help    help for path
      --latest   show latest versions for all the dependency modules
process

Examine currently running Go processes.

Aliases: process, proc, ps, p.

Example:

goxm ps

Flags:

  -b, --build           show the build settings used to build the binary
      --conn            show all the connections (TCP, UDP, Unix) used by the process
  -d, --deps            show all the dependency modules
      --filter string   filter by the package name
  -h, --help            help for process
module

Examine Go module.

Aliases: module, mod, m.

Example:

goxm m ./path/to/go.mod

Flags:

  -h, --help     help for module

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL