top | item 39666850

(no title)

federicotdn | 2 years ago

Nice! I tried some months back implementing a “framework” that would allow for implementing Magit-like interfaces for any command (https://github.com/federicotdn/brief) but at the end of the day, implementing bespoke interfaces per-command would probably allow you to better integrate with the command itself.

discuss

order

funcDropShadow|2 years ago

Magit is built on such a framework. It is called 'transient' an Emacs Lisp library.