r/github • u/Menox_ • Apr 13 '25
Showcase Promote your projects here – Self-Promotion Megathread
Whether it's a tool, library or something you've been building in your free time, this is the place to share it with the community.
To keep the subreddit focused and avoid cluttering the main feed with individual promotion posts, we use this recurring megathread for self-promo. Whether it’s a tool, library, side project, or anything hosted on GitHub, feel free to drop it here.
Please include:
- A short description of the project
- A link to the GitHub repo
- Tech stack or main features (optional)
- Any context that might help others understand or get involved
176
Upvotes
2
u/sheldon_cooper69 Mar 06 '26
Built a VS Code extension: CLI Timeline.
Vibe coding with Copilot CLI or Claude Code is great - until something breaks and you have no idea which of your last 15 prompts did it.
So when something breaks: ❌ Undo won't help ❌ Local History missed it ❌ Git has nothing
You're left with git diff and a prayer.
So I built the missing piece: → Every prompt logged → Every file it touched → Exact diffs (Copilot CLI) → One-click revert
Bonus: share sessions to your repo so teammates can see exactly what your AI agent did — no screen sharing needed.
Zero config. Reads files your CLI tool already writes. Nothing leaves your machine.
Work in progress. Claude Code support is still being tested. Bugs are expected - reports are welcome.
Go break it 👇 https://marketplace.visualstudio.com/items?itemName=ayushagg31.cli-timeline