promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/statusline

Opens statusline customization.

/statusline belongs to the Configurations category. Without an argument it toggles the statusline on/off; on/enable turns it on, off/disable turns it off, a passed shell command sets a custom renderer, reset resets the statusline, and help shows the options.

โœ… WHEN TO USE IT?

Turn the statusline on or off

/statusline off

Set up a custom renderer via a shell command

/statusline <shell-command> for a custom status display

โ›” WHEN NOT TO?

You want to change the terminal window title, not the statusline

/statusline affects the statusline inside the TUI, not the terminal's window title.

Better: /title

SOURCES