Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go

Small CLI utilities and network tools, each in its own module.

Subdirectory Description
b64 Base64 encode/decode from stdin or files. Supports standard, URL-safe, and ra... See b64/README.md for details.
gofile CLI to inspect and manage files — stat, hash, MIME, size, list, cat, head/tail, realpath, symlinks, copy, move, rm, mkdir, touch. See gofile/README.md for details.
gitt Recursive Git helper CLI. Finds nested repositories and runs safe pull workflows with summary output. See gitt/README.md for details.
gohw Hardware info — motherboard, CPU, RAM, GPU. Styled terminal output. See gohw/README.md for details.
gonet Network CLI tools — DNS, whois, port check, ping, HTTP headers/download, stat... See gonet/README.md for details.
gotools General-purpose CLI combining base64, checksums, and UUID generation. Run wit... See gotools/README.md for details.
hashsum File checksum (hash) utility — compute or verify MD5, SHA1, SHA256, or SHA512... See hashsum/README.md for details.
refreshenv Reload User/Machine env from the Windows registry; spawn a new shell or emit commands for the current session. See refreshenv/README.md for details.

Each project has its own go.mod. Build from the project directory, e.g. go build -o b64 . in b64/.