markdown-it-py icon indicating copy to clipboard operation
markdown-it-py copied to clipboard

Add shell completions by shtab

Open Freed-Wu opened this issue 3 years ago • 1 comments

Like https://github.com/executablebooks/mdformat/pull/360

markdown-it --print-completion bash | sudo tee /usr/share/bash-completion/completions/markdown-it
markdown-it --print-completion tcsh | sudo tee /etc/profile.d/markdown-it.completion.csh
markdown-it --print-completion zsh | sudo tee /usr/share/zsh/site-functions/_markdown-it

Freed-Wu avatar Sep 19 '22 10:09 Freed-Wu

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out EBP's Code of Conduct and our Contributing Guide, as this will greatly help the review process.
Welcome to the EBP community! :tada:

welcome[bot] avatar Sep 19 '22 10:09 welcome[bot]