v1.3 - Commander Key

Command Prompt is Toast!

Cmd

Experimental support for Cmd through Clink.

# ~/AppData/Local/clink/carapace.lua
load(io.popen('carapace _carapace cmd-clink'):read("*a"))()

Very early version with a lot of fundamental features not yet working.

Fish

With 4.0b1 onwards the following workaround is not needed anymore:

mkdir -p ~/.config/fish/completions
carapace --list | awk '{print $1}' | xargs -I{} touch ~/.config/fish/completions/{}.fish # disable auto-loaded completions (#185)

see fish-shell/fish#6716

Remove the leftover placeholders in ~/.config/fish/completions/.

Bridge

  • Switched to $fish_complete_path to list available completions in the Fish bridge.

    This should fix nix-based installations.

  • Added another call to compinit to adopt changes to fpath in the Zsh bridge.

    At this point it should not be neccessary to call compinit in the .zshrc.

Git

Added reflog completion.

Freckles

Added Freckles as example project.