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; + } +} + +?>