Open
Description
We are going to need some support for accepting input from a user via stdin
, for example a commit
to a branch needs a commit message and if that is not specified by the user we cannot just open an editor for them so should instead prompt for a commit message from stdin
. Needs to be simple initially, we don't want complete screen-filling termios
support.