Skip to content

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

                                  position: top | direction: down                                    ▼ 1 ▼ 2 ▼ 3 ▼ 4 ▼ 5  l  Lock scroll  s  Save  z  Console   x   Expand all  o  Collapse all  d  Light  h   Help   q  Quit 

Setting direction and position

This behavior can be changed through moulti set:

  • moulti set --step-position=bottom displays steps at the bottom of the screen
  • moulti set --step-position=top displays steps at the top of the screen
  • moulti 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

                                   position: top | direction: up                                     ▼ 5 ▼ 4 ▼ 3 ▼ 2 ▼ 1  l  Lock scroll  s  Save  z  Console   x   Expand all  o  Collapse all  d  Light  h   Help   q  Quit 

Bottom down

                                 position: bottom | direction: down                                  ▼ 1 ▼ 2 ▼ 3 ▼ 4 ▼ 5  l  Lock scroll  s  Save  z  Console  x   Expand all   o  Collapse all  d  Light  h  Help   q   Quit 

Bottom up

                                  position: bottom | direction: up                                   ▼ 5 ▼ 4 ▼ 3 ▼ 2 ▼ 1  l  Lock scroll  s  Save  z  Console   x   Expand all  o  Collapse all  d  Light  h   Help   q  Quit