Terminal User Interface#
rattler-build
offers a terminal user interface for building multiple packages and viewing the logs.
To launch the TUI, run the build
command with the --tui
flag as shown below:
Note
rattler-build-tui
is gated behind the tui
feature flag to avoid extra dependencies. Build the project with --features tui
arguments to enable the TUI functionality.
Key Bindings#
Key | Action |
---|---|
⏎ | Build |
a | Build all |
j/k | Next/previous package |
up/down/left/right | Scroll logs |
e | Edit recipe (via $EDITOR ) |
c, : | Open command prompt (available commands: edit ) |
q, ctrl-c, esc, | Quit |