From 7ab11daba17596a6e2cbad0faf540bdba4b439da Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 10 Jan 2024 04:34:47 +0800 Subject: [PATCH] Add lazysql (#186) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2881a17a..1cedec0c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ List of projects that provide terminal user interfaces - [harlequin](https://github.com/tconbeer/harlequin) The SQL IDE for Your Terminal - [jqp](https://github.com/noahgorstein/jqp) A TUI playground to experiment with jq - [lazygit](https://github.com/jesseduffield/lazygit) Simple terminal UI for git commands +- [lazysql](https://github.com/jorgerojas26/lazysql) A cross-platform TUI database management tool written in Go. - [mitmproxy](https://www.mitmproxy.org) A free and open source interactive HTTPS proxy - [nap](https://github.com/maaslalani/nap) Code snippets in your terminal - [play](https://github.com/paololazzari/play) A TUI playground to experiment with your favorite programs, such as grep, sed, awk, jq and yq