Skip to content
View realmaxc's full-sized avatar
🤒
Out sick
🤒
Out sick
  • Boston, MA
  • Joined Jul 8, 2026

Block or report realmaxc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
realmaxc/README.md

Max Collins

Independent developer building small, fast command-line tools in Go for my own daily workflow. Terminal-first, no-nonsense, local by default — I ship a tool when it scratches a real itch, then keep using it every day.

The theme across everything here: do one thing quickly, keep the data on your machine, and never make you leave the terminal.

Go SQLite Shell CLI License: MIT


Featured projects

Project What it is
snipkit A fast terminal snippet manager. Save shell one-liners and code snippets, then fuzzy-search and paste them back without leaving the terminal. Local JSON or SQLite store, clipboard integration across macOS/Wayland/X11/Windows, shell key bindings, and zero network.
gitpal A friendly helper for the everyday git chores that add up over a day — branch switching, tidy commit/amend flows, keeping a stack of small branches in order, and a compact PR-readiness status view. It never replaces git; it wraps the fiddly parts in a calmer interface.

Both are written in Go, go install-able, MIT-licensed, and built to stay out of your way.


How I build

  • Local-first. No accounts, no sync servers, no telemetry. Your data lives in a plain file you can read, move, and back up.
  • Terminal-native. Fuzzy pickers, fzf integration when it's around, sensible fallbacks when it isn't, and shell widgets you can bind to a key.
  • Small and sharp. Each tool solves one recurring annoyance well rather than trying to be a platform.

Currently

Sanding down the rough edges on snipkit and gitpal as I hit them in real use, and jotting down the next small tool that's earned its place in the workflow. If a chore shows up often enough, it eventually becomes a binary.

Mostly Go · coffee-driven · shipped when it's actually useful.

Popular repositories Loading

  1. realmaxc realmaxc Public

    Profile README

  2. snipkit snipkit Public

    a fast terminal snippet manager CLI written in Go: store, fuzzy-search, and paste code snippets and shell one-liners without leaving the terminal; local SQLite/JSON store, zero network, quick keybindi

    Go

  3. gitpal gitpal Public

    a git workflow helper CLI written in Go that streamlines everyday chores: interactive branch switching, tidy commit/amend flows, stacked-branch helpers, and a compact PR-ready status view

    Go