Installation

To install denon simply enter the following into a terminal:

deno install -qA -f --unstable https://deno.land/x/[email protected]/denon.ts

Autocompletion

In zsh, you can install autocompletion with:

echo '. <(denon --completion)' >> ~/.zshrc

In bash:

denon --completion >> ~/.config/denon.completion.sh
echo 'source ~/.config/denon.completion.sh' >> ~/.bash_profile

In fish:

echo 'denon --completion-fish | source' >> ~/.config/fish/config.fish