repositorypackage
0.1.0
Repository: https://github.com/hermgerm29/qdbg-go.git
Documentation: pkg.go.dev
# README
qdbg-go
Quick debug tool - a general purpose CLI debugging utility. This is a GoLang implementation of qdbg.
Introduction
Eliminate the wasted clicks and keystrokes involved with copying your error messages into a search bar. qdbg-go
does this tedious task for you (and we know you do it a lot :wink:). Simply run any command, and when your program inevitably fails, qdbg-go
will automatically open a search tab for you.
qdbg-go <cmd>
In the unlikely event that your program runs successfully, qdbg-go
will stay out of your way.
Requirements
- A developer that runs faulty programs
- GoLang >= 1.18
- Linux or OSX operating system
- A functioning web browser
Installation
OSX / Linux
GOBIN=/usr/local/bin/ go install github.com/hermgerm29/[email protected]
Windows
Not supported.