On this page you find all important commands for the CLI tool starship. If the
command you are looking for is missing please ask our AI.
starship
Starship is a customizable command line tool aimed at enhancing the command prompt experience. It provides a minimalist and fast shell prompt for Unix-based systems, such as Linux, macOS, and Windows.
- Starship replaces the traditional shell prompt with a highly customizable and informative prompt.
- It supports various shells, including Bash, Zsh, Fish, and PowerShell.
- The tool is designed to be lightweight and efficient, ensuring a fast prompt display.
- Starship offers a wide range of features, such as displaying the current directory, Git branch and status, package version information, and custom icons.
- It supports various symbols and emojis to make the prompt visually appealing and easier to understand.
- Starship allows users to customize the prompt layout, colors, and symbols using a simple configuration file.
- The tool provides built-in support for many popular tools and programming languages, including Rust, Node.js, Python, Go, and Docker.
- Starship displays information about the last command's execution time for improved efficiency tracking.
- It supports displaying environment variables, hostnames, and usernames in the prompt.
- Starship has a vibrant and active open-source community, which contributes to its continuous improvement and integration with various command line tools.
List of commands for starship:
-
starship-init:tldr:007b1 starship-init: Append the `starship` integration code to `~/.bashrc`.$ starship init ${bash} >> ${~--bashrc}try on your machineexplain this command
-
starship-init:tldr:28c3f starship-init: Display the subcommand help.$ starship init --helptry on your machineexplain this command
-
starship-init:tldr:3b582 starship-init: Print the starship integration code for the specified shell.$ starship init ${select}try on your machineexplain this command
-
starship:tldr:05092 starship: Create a bug report GitHub issue pre-populated with information about the system and starship configuration.$ starship bug-reporttry on your machineexplain this command
-
starship:tldr:0ef8e starship: Explain each part of the current prompt and show the time taken to render them.$ starship explaintry on your machineexplain this command
-
starship:tldr:1c640 starship: Display help for a subcommand.$ starship ${subcommand} --helptry on your machineexplain this command
-
starship:tldr:692de starship: Edit the starship configuration in the default editor.$ starship configuretry on your machineexplain this command
-
starship:tldr:81dd0 starship: Print the computed starship configuration (use `--default` to print default configuration instead).$ starship print-configtry on your machineexplain this command
-
starship:tldr:b449c starship: Print the completion script for the specified shell.$ starship completions ${select}try on your machineexplain this command
-
starship:tldr:c9593 starship: List supported modules.$ starship module --listtry on your machineexplain this command