From ca6672a0e8ae910342e6bdaee3f22978977625e3 Mon Sep 17 00:00:00 2001
From: Oloruntobi1 <blgntobi@gmail.com>
Date: Mon, 7 Jul 2025 20:02:44 +0100
Subject: [PATCH] add pproftui

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3007749..01b2d06 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ List of projects that provide terminal user interfaces
 - [nodebro](https://github.com/jonaburg/nodebro) Easily view most recent Github releases/tags and release notes from the terminal
 - [play](https://github.com/paololazzari/play) A TUI playground to experiment with your favorite programs, such as grep, sed, awk, jq and yq
 - [posting](https://github.com/darrenburns/posting) A powerful HTTP client that lives in your terminal
+- [pproftui](https://github.com/Oloruntobi1/pproftui) A terminal-based UI for Go's pprof that makes profiling interactive
 - [proxymock](https://proxymock.io) A network recorder that shows API payloads in a TUI and automatically generates tests and mocks from what it observes.
 - [prs](https://github.com/dhth/prs) Stay updated on PRs without leaving the terminal
 - [pudb](https://github.com/inducer/pudb) A console-based visual debugger for Python