Shell Completion
Browse docs
lde ships tab-completions for bash, zsh, and fish
Enable completions
Add the generated script to your shell’s rc file:
# bash: add to ~/.bashrc
eval "$(lde completion bash)"
# zsh: add to ~/.zshrc
eval "$(lde completion zsh)"
# fish: add to config.fish
lde completion fish | sourceYou can also print the script to inspect it:
lde completion bash