go benchstat

Benchstat computes and compares statistics about benchmarks. Usage: Each input file should contain the concatenated output of a number of runs of “go test -bench.” For each different benchmark listed …

god: go daemons

God (go-daemons) is a tool to deploy and manage daemons in the Go ecosystem on GNU/Linux machines using systemd. God installs your go binary in the remote machine (server) using go install, …

goweight

goweight: A tool to analyze and troubleshoot a Go binary size. For more, see this blog post ✅ Get a breakdown of all modules inside a binary✅ Supports Go 1.11 modules✅ Output as JSON …

procs

procs is a replacement for ps written in Rust. Features Colored and human-readable output Automatic theme detection based on terminal background Multi-column keyword search Some additional information which are not supported by ps TCP/UDP port …

hyperfine

hyperfine: A command-line benchmarking tool. Features Statistical analysis across multiple runs. Support for arbitrary shell commands. Constant feedback about the benchmark progress and current estimates. Warmup runs can be executed …

dive

dive: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. Basic Features Show Docker image contents broken down by …

Skaffold

Skaffold handles the workflow for building, pushing and deploying your application, allowing you to focus on what matters most: writing code. Skaffold is a command line tool that facilitates continuous development …

neovim: Indent Blackline

indent-blackline.nvim: This plugin adds indentation guides to all lines (including empty lines). It uses Neovims virtual text feature and no conceal This plugin requires Neovim 0.5 or higher. It makes use …

roumon

roumon: A goroutine monitor to keep track of active routines from within your favorite shell. Features Track live state of all active goroutines Terminal user interface written with termui 🤓 Simple to integrate pprof …