Magit-GT is a Magit interface to Graphite
Supports most non interactive Graphite commands
To install:
Install the package
;; packages.el
;; ...
(package! magit-gt
:recipe (:host github :repo "ajbt200128/magit-gt"))
Then setup keybindings. I like binding it to W
;; config.el
;; ...
(use-package! magit-gt
:config
(map! :mode 'magit-status-mode :desc "Magit Graphite" :n "w" #'magit-gt))