Forrest logo
back to the starship tool

starship:tldr:05092

starship: Create a bug report GitHub issue pre-populated with information about the system and starship configuration.
$ starship bug-report
try on your machine

The command "starship bug-report" is used to generate a bug report for the Starship command-line prompt.

Starship is a customizable and minimalistic prompt for shells such as Bash, PowerShell, and Zsh. It displays helpful information like the current working directory, git branch, and more, making it easier for users to navigate and work in the command-line environment.

When you execute "starship bug-report," it collects information about your Starship configuration, shell setup, and system environment, helping the developers diagnose and troubleshoot any issues you might be facing with the prompt.

This command generates a report with this collected information and typically opens a browser window with a pre-filled issue template in the respective Starship GitHub repository. From there, you can review the report, add any additional details, and submit it as a bug or issue to be addressed by the Starship community.

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