Skip to content

v0.4.14

Choose a tag to compare

@l1a l1a released this 21 Jun 22:29
96282f6

What's new

  • just install-completions: generates and installs shell tab-completions for etr and etrs into 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.