starship: add page (#5901)

fix-hunspell-typos-042721
Axel Navarro 2021-05-13 22:28:00 -03:00 committed by GitHub
parent 345a2d8156
commit 5d6be64c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
pages/common/starship.md Normal file
View File

@ -0,0 +1,36 @@
# starship
> The minimal, blazing-fast, and infinitely customizable prompt for any shell.
> More information: <https://starship.rs>.
- Print the starship integration code for the specified shell:
`starship init {{bash|elvish|fish|ion|powershell|tcsh|zsh}}`
- Explain each part of the current prompt and show the time taken to render them:
`starship explain`
- Print the computed starship configuration (use `--default` to print default configuration instead):
`starship print-config`
- List supported modules:
`starship module --list`
- Edit the starship configuration in the default editor:
`starship configure`
- Create a bug report GitHub issue pre-populated with information about the system and starship configuration:
`starship bug-report`
- Print the completion script for the specified shell:
`starship completions {{bash|elvish|fish|powershell|zsh}}`
- Display help for a subcommand:
`starship {{subcommand}} --help`