Class TailTipWidgets

java.lang.Object
org.jline.widget.Widgets
org.jline.widget.TailTipWidgets

public class TailTipWidgets extends Widgets
Creates and manages widgets for as-you-type command line suggestions.

TailTipWidgets provides real-time command line suggestions as the user types, based on command completer data and/or positional argument descriptions. These suggestions are displayed in the terminal's status bar, helping users understand the available options and arguments for commands.

The widgets can be configured to use different suggestion types and display styles, and can be bound to key sequences for manual invocation.