v0.4.14
What's new
just install-completions: generates and installs shell tab-completions foretrandetrsinto the correct XDG directories for all six supported shells.
| Shell | Path | Auto-loaded? |
|---|---|---|
| bash | $XDG_DATA_HOME/bash-completion/completions/ |
Yes |
| zsh | $XDG_DATA_HOME/zsh/site-functions/ |
Yes (default $fpath) |
| fish | $XDG_CONFIG_HOME/fish/completions/ |
Yes |
| elvish | $XDG_CONFIG_HOME/elvish/lib/ |
Source from rc.elv |
| nushell | $XDG_CONFIG_HOME/nushell/completions/ |
Source from config.nu |
| powershell | $XDG_CONFIG_HOME/powershell/ |
Dot-source from $PROFILE |
The recipe prints sourcing instructions at the end of the run for shells that require them.