GitAmida: a minimal Git history navigator for Cursor

Hi — I built GitAmida after moving from IntelliJ-based IDEs to Cursor. I missed having repository history, file history, and diffs connected in one workflow.

GitAmida keeps that workflow in Cursor’s bottom Panel:

  • Browse repository history with a compact commit graph, refs, tags, and changed files
  • Select a range or individual commits and see the before/after Git states used for each changed file
  • Keep multiple rename-aware File History tabs open, with previews in Cursor’s native diff editor
  • Keep commits reachable only from linked worktree HEADs visible

GitAmida is intentionally minimal and focused on history navigation. It is open source under the MIT license, requires no account, collects no telemetry, and uses Cursor’s native diff editor instead of a custom diff viewer.

This is an early release, and I’d especially appreciate feedback on graph readability and whether the Repository History → File History → diff workflow feels natural.