github EbodShojaei/bake v1.2.4.post2
v1.2.4.post2 - add standard shell completions

latest releases: v1.4.6, v1.4.5, v1.4.4...
10 months ago

Resolves feature request #29

Using the completions command

# Create completions dir if not already
mkdir -p ~/.local/share/bash-completion/completions/

# Generate bash completion script
bake completions bash

# Save bash completion to file
bake completions bash > ~/.local/share/bash-completion/completions/bake

Manual Installation

# Source the completion script
source <(bake completions bash)

# Or save to a file and source it
bake completions bash > ~/.bash_completion.d/bake
echo "source ~/.bash_completion.d/bake" >> ~/.bashrc

Don't miss a new bake release

NewReleases is sending notifications on new releases.