№002·Case study
2026 · Open Source
Selected work
Quick Command
QuickCommand is a macOS menu bar app for people who reuse commands, prompts, replies, and text snippets all day. Save once, summon it instantly with a global shortcut, and paste into the app you are already using. Built for fast hands-off insertion, QuickCommand combines a command palette, a compact menu bar popover, and a full snippet library in one local-first desktop app.
- Role
- Creator
- Org
- Open Source
- Year
- 2026
- Window
- Ongoing
StackReact · Node.js · Electron · macOS · Bun
№02 — Build log
How this took shape.
Read it sideways. Stage, problem, decision, outcome.
- №01ChallengeWhat needed solving
- I run the same shell commands, prompts, and reply snippets every day. Every launcher I tried was too heavy, too cloud-dependent, or missed the global-shortcut flow I actually wanted.
- №02System DecisionWhy the system was shaped this way
- Built a local-first macOS app — menu bar popover, global command palette, full library view — backed by fuzzy search that weights recency and use count. No accounts, no sync, no server.
- №03OutcomeWhat changed after shipping
- Shipped free and open source. One shortcut away from pasting into whatever app I'm in. Recognized in the Apple Developer Academy cohort for the macOS app track.
- Shipped Deliverables Concrete features in the product
- Global command palette for keyboard-first search and pasteMenu bar popover for quick access without opening the full librarySnippet library window with create, edit, delete, search, import, and exportParameterized snippets using placeholders like {name} and {place}Onboarding flow for Accessibility permission and shortcut setupCustomizable settings for launch at login, startup behavior, and clipboard restore delayUsage-aware search powered by fuzzy matching plus recency/use-count sorting