Go

lazycommit

lazycommit is a Go command-line tool that generates a commit message from your staged Git diff using a pluggable LLM provider, then opens it in your editor for review before committing. It supports …
  • Go
  • Cli
  • Git
  • Llm
  • Github-Copilot

Spit

A small Go CLI that sends chat-completion requests to an OpenAI-compatible endpoint and prints the assistant output.
  • Go
  • Cli
  • Ai

Duex

Duex is a Go-based terminal utility for visualizing and analyzing disk usage, featuring interactive navigation, accurate sizing, and real-time feedback.
  • Go
  • Terminal
  • Cli

ILC

The ilc utility is a Go-based tool that simplifies the creation of custom command-line interfaces by allowing users to define nested commands, interactive input prompts, and templated workflows within …
  • Go
  • Cli
  • Utility