nberkman

↗ HN profile [ 1753 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built a tool that stores your full Claude Code history to let you easily find and resume sessions. It has TUI, CLI and MCP interfaces. It's a single Go binary, and the session history is synced to SQLite each time you…

  2. You download files in your terminal but need to drag them to web upload fields. Switching to Finder kills flow. Draggy makes clipboard files draggable - copy any file → click menu bar → drag anywhere. Part of a terminal…

  3. I made clippy because pbcopy can't do something I needed every day: copy files to paste into GUI apps. When you pbcopy < image.png, you get raw bytes instead of a file that Slack or email can use. Clippy fixes this: -…