Cli

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

Scratching an Itch With Duex

Duex was created out of pure necessity. All I wanted was a simple way to figure out what was using my storage space. Good ol du can do the job but using it was cumbersome, mainly because the starting …
  • Golang
  • Cli
  • Utility

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

The birth of ILC

I don’t think I am the only one who creates a lot of ad-hoc Bash scripts and programs. Whether it be for work or for ourselves, they become part of our personal arsenal that assist with our …
  • Golang
  • Cli
  • Utility

Safari Bookmarks CLI

safari-bookmarks-cli is a Python-based command-line utility for managing Safari web browser bookmarks by directly interacting with the Bookmarks.plist file to list, add, move, and remove bookmarks and …
  • Python
  • Cli
  • Utility
  • Bookmarks
  • Safari

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