All Projects

devpulse

A terminal dashboard for monitoring local git repositories and remote service health. htop-style interface with color-coded tables and keyboard navigation.

devpulse terminal dashboard screenshot

Overview

devpulse is a Rust TUI (terminal user interface) that gives you a real-time overview of all your local git repositories and remote services in one place. Think htop, but for your development ecosystem.

It displays branch status, modified/staged/untracked file counts, ahead/behind remote tracking, and last commit info. It also runs HTTP health checks and SSH connectivity checks against configured remote services.

Features

  • Monitor multiple git repos — branch, status, ahead/behind remote
  • HTTP health checks with status codes and latency
  • SSH connectivity checks for remote servers
  • Git actions (stage, commit, push) directly from the TUI
  • Color-coded tables with keyboard navigation

Tech Stack

Rust TUI Git

Links