From c1c26901846169e1f2861d67f8b8cdce006598e2 Mon Sep 17 00:00:00 2001 From: achristmascarl Date: Thu, 8 Aug 2024 22:28:19 -0400 Subject: [PATCH 1/2] add rainfrog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04be0d4..4cdf4a0 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [nomad](https://github.com/JosephLai241/nomad) - Customizable next-gen tree command with Git integration and TUI. - [Oatmeal](https://github.com/dustinblackman/oatmeal) - Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors! - [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Terminal UI to list, browse and run APIs defined with openapi spec. +- [rainfrog](https://github.com/achristmascarl/rainfrog) - A database management tui for postgres. - [repgrep](https://github.com/acheronfail/repgrep) - An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line. - [serie](https://github.com/lusingander/serie) - A rich git commit graph in your terminal. - [Serpl](https://github.com/yassinebridi/serpl) - A simple terminal UI for search and replace, ala VS Code. From 879e7c5e19eba14744668663dbe5f1e1704e794d Mon Sep 17 00:00:00 2001 From: achristmascarl Date: Thu, 8 Aug 2024 22:31:20 -0400 Subject: [PATCH 2/2] capitalizationgs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdf4a0..706233f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [nomad](https://github.com/JosephLai241/nomad) - Customizable next-gen tree command with Git integration and TUI. - [Oatmeal](https://github.com/dustinblackman/oatmeal) - Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors! - [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Terminal UI to list, browse and run APIs defined with openapi spec. -- [rainfrog](https://github.com/achristmascarl/rainfrog) - A database management tui for postgres. +- [rainfrog](https://github.com/achristmascarl/rainfrog) - A database management TUI for Postgres. - [repgrep](https://github.com/acheronfail/repgrep) - An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line. - [serie](https://github.com/lusingander/serie) - A rich git commit graph in your terminal. - [Serpl](https://github.com/yassinebridi/serpl) - A simple terminal UI for search and replace, ala VS Code.