From 0517948ad6730d8625988a70e320e3ccb6788b5f Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 22 Nov 2021 13:30:44 +0100 Subject: [PATCH] Add lazygit --- modules/Lazygit.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Lazygit.php diff --git a/modules/Lazygit.php b/modules/Lazygit.php new file mode 100644 index 0000000..5ef3eec --- /dev/null +++ b/modules/Lazygit.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/jesseduffield/lazygit/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>