It would be nice if emoji-commit allowed you to add a commit body text too, the way I imagine it, after entering the short commit message, you'd press alt/shift+enter and open your $EDITOR on the correct line.
To open the editor on the correct line, we will need a separate rust lib to handle the different ways editors enable this, for example, this is how you do it i VS Code
It would be nice if emoji-commit allowed you to add a commit body text too, the way I imagine it, after entering the short commit message, you'd press alt/shift+enter and open your
$EDITOR
on the correct line.To open the editor on the correct line, we will need a separate rust lib to handle the different ways editors enable this, for example, this is how you do it i VS Code