Direction and position
Default behavior
By default, Moulti displays steps at the top of the screen and adds new steps below existing steps.
Default behavior: top down
Setting direction and position
This behavior can be changed through moulti set
:
moulti set --step-position=bottom
displays steps at the bottom of the screenmoulti set --step-position=top
displays steps at the top of the screenmoulti set --step-direction=up
displays steps from last to first (new steps are added above existing steps)moulti set --step-direction=down
displays steps from first to last (new steps are added below existing steps)
Non-default combinations
Top up
Bottom down
Bottom up