hexo/node_modules/hexo-cli/completion
jkjoy 9a9cb42f53 20231003 update 2023-10-03 11:14:36 +08:00
..
README.md 20231003 update 2023-10-03 11:14:36 +08:00
bash 20231003 update 2023-10-03 11:14:36 +08:00
fish 20231003 update 2023-10-03 11:14:36 +08:00
zsh 20231003 update 2023-10-03 11:14:36 +08:00

README.md

Completion for Hexo

Bash

Add the following snippet to ~/.bashrc.

eval "$(hexo --completion=bash)"

Zsh

Add the following snippet to ~/.zshrc.

eval "$(hexo --completion=zsh)"

Fish

Add the following snippet to ~/.config/fish/config.fish.

hexo --completion=fish | source