magicant / yash-rs

Reimplementation of yash, an extended POSIX shell
65 stars 3 forks source link

Command prompt #372

Closed magicant closed 3 months ago

magicant commented 4 months ago

To be implemented

The overall structure of the Input object will be Echo<Prompter<FdReader>>. Note that FdReader should be the direct child of Prompter so that Prompter<FdReader> can be replaced with a rich line-editing input in the future.

Design considerations