From add1a265bbb6364d63d894a21e5f9725f3158d22 Mon Sep 17 00:00:00 2001
From: Kaniel Kirby <77940607+kanielrkirby@users.noreply.github.com>
Date: Tue, 18 Feb 2025 18:29:02 -0600
Subject: [PATCH 1/2] Add `gurk-rs` (#278)

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

diff --git a/README.md b/README.md
index 67e70c4..38793cc 100644
--- a/README.md
+++ b/README.md
@@ -279,6 +279,7 @@ List of projects that provide terminal user interfaces
 - [Gomphotherium](https://github.com/mrusme/gomphotherium) A command line Mastodon client.
 - [gomuks](https://github.com/tulir/gomuks) Matrix client
 - [gord](https://github.com/yellowsink/gord) TUI discord client. updated fork of the now-outdated cordless.
+- [gurk-rs](https://github.com/boxdot/gurk-rs) Signal Messenger client for terminal
 - [irssi](https://irssi.org/) An IRC terminal client
 - [matterhorn](https://github.com/matterhorn-chat/matterhorn) A Mattermost terminal client.
 - [mcabber](https://mcabber.com/) XMPP (Jabber) client

From f0e7e21e74fa48cfdbcb4b4a3bac1b5ece1ed3f1 Mon Sep 17 00:00:00 2001
From: carl <44021312+achristmascarl@users.noreply.github.com>
Date: Tue, 18 Feb 2025 19:29:10 -0500
Subject: [PATCH 2/2] Update README.md (#279)

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

diff --git a/README.md b/README.md
index 38793cc..ea670ef 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,7 @@ List of projects that provide terminal user interfaces
 - [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
 - [pyautogit](https://github.com/jwlodek/pyautogit) A terminal UI for managing git repositories, written using py_cui
+- [rainfrog](https://github.com/achristmascarl/rainfrog) A database management TUI for Postgres, MySQL, and SQLite written in Rust
 - [runme](https://github.com/stateful/runme) Discover and run code snippets directly from your README.md or other markdowns
 - [sls-dev-tools](https://github.com/Theodo-UK/sls-dev-tools) Dev Tools for the Serverless World
 - [termdbms](https://github.com/mathaou/termdbms) A TUI for viewing and editing database files.