Skip to content

Instantly share code, notes, and snippets.

View DavidZCheng's full-sized avatar

David Z. Cheng DavidZCheng

  • 21:35 (UTC -04:00)
View GitHub Profile
@DavidZCheng
DavidZCheng / usbi.go
Created February 15, 2026 01:05 — forked from kaushikgopal/usbi.go
usbi - Terminal command that tells you which USB-C cable is bad
package main
import (
"bufio"
"fmt"
"os"
"os/exec"
"regexp"
"strconv"
"strings"