feat: git log

This commit is contained in:
Folke Lemaitre 2022-11-22 21:12:50 +01:00
parent 54d5ff18f5
commit 3218c2d9ec
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
7 changed files with 83 additions and 6 deletions

View file

@ -21,6 +21,9 @@ M.commands = {
install = function()
Manager.install({ clear = true, show = true })
end,
log = function()
Manager.log({ clear = true, show = true })
end,
show = function()
View.show()
end,