ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

Why not use transient.el? #110

Open miguelmartin75 opened 3 years ago

miguelmartin75 commented 3 years ago

Just curious on why transient (the UI for magit) isn't used for the UI, e.g. in M-x monky-status?

ncalexan commented 3 years ago

Just FYI, I've built a few transient-enabled commands in my local branch for my own use. Log, commit, rebase, maybe a few others. I think there's a bigger question about aligning with magit more generally, i.e., using magit-section.el. I've tried converting; it's not that hard but I didn't finish the task.

htgoebel commented 1 year ago

@ncalexan Can you share the code or even create a pull-request, please.

Regarding aligning with magit: IMHO having the same keymapings where possible would be a big plus. Anyhow, using transient would be a big leap forward already.