Skip to content

PSCompletions and Carapace

TIP

WARNING

  • Some completions may be garbled due to encoding errors.
  • You may need to set the output encoding to UTF-8.
powershell
$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = [System.Text.UTF8Encoding]::new()

Use Scoop

  1. Add the abyss bucket via Github or Gitee.

    sh
    scoop bucket add abyss https://github.com/abgox/abyss
    sh
    scoop bucket add abyss https://gitee.com/abgox/abyss
  2. Install it.

    shell
    scoop install abyss/rsteube.Carapace
  3. Add the following content into $Profile.

    powershell
    # Carapace
    carapace _carapace | Out-String | Invoke-Expression