From 5aee9dcada87922a7c2df4aa7b5e8caea428c7af Mon Sep 17 00:00:00 2001 From: Andy <163947665+chuckcrump@users.noreply.github.com> Date: Sun, 13 Apr 2025 10:13:04 -0700 Subject: [PATCH] add lazygit --- source/data/applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/data/applications.json b/source/data/applications.json index 6954071..f69b4d5 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -7079,6 +7079,22 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "lazygit", + "description": "simple terminal UI for git commands ", + "repo_url": "https://github.com/jesseduffield/lazygit", + "tags": [], + "platforms": [ + "Cross", + ], + "category": "git-gui", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] -} \ No newline at end of file +}