Forrest logo
back to context overview

starship

List of commands for starship:

  • 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
    explain this command
  • starship:tldr:0ef8e starship: Explain each part of the current prompt and show the time taken to render them.
    $ starship explain
    try on your machine
    explain this command
  • starship:tldr:1c640 starship: Display help for a subcommand.
    $ starship ${subcommand} --help
    try on your machine
    explain this command
  • starship:tldr:692de starship: Edit the starship configuration in the default editor.
    $ starship configure
    try on your machine
    explain this command
  • starship:tldr:81dd0 starship: Print the computed starship configuration (use `--default` to print default configuration instead).
    $ starship print-config
    try on your machine
    explain this command
  • starship:tldr:b449c starship: Print the completion script for the specified shell.
    $ starship completions ${select}
    try on your machine
    explain this command
  • starship:tldr:c9593 starship: List supported modules.
    $ starship module --list
    try on your machine
    explain this command
back to context overview