Forrest logo
back to the starship tool

starship:tldr:c9593

starship: List supported modules.
$ starship module --list
try on your machine

The command "starship module --list" is used with the Starship prompt customization tool. Starship is a cross-shell prompt that provides information about your shell's environment and current directory, usually displayed at the command line.

When executed, "starship module --list" displays a list of all available prompt modules that can be added or configured in Starship. These prompt modules are used to show specific information in the prompt, such as the current Git branch, battery status, time, etc.

By default, Starship comes with several built-in prompt modules like "battery", "directory", "git_branch", "time", etc. However, custom prompt modules can also be created and added.

The "starship module --list" command helps you determine which prompt modules are available for use in Starship. It is useful for configuring and customizing your prompt to display the desired information relevant to your workflow.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the starship tool