sinaatalay / rendercv

A LaTeX CV/Resume Framework
http://docs.rendercv.com
MIT License
725 stars 63 forks source link

Add auto-complete for CLI commands #83

Open 1993CRV opened 1 month ago

1993CRV commented 1 month ago

Pressing tab auto-completes rendercv ren to rendercv rendercv instead of rendercv render. This is annoying since rendercv rendercv is not an actual command. I propose the command render be renamed to build, compile, or run in order to circumvent this.

For example, rendercv build, rendercv compile, and rendercv run.

sinaatalay commented 1 month ago

Auto-completion requires some other installation that I am not familiar with. Currently, we have no control over it; it's up to the terminal that users use. I will rename this issue so that someone can possibly implement auto-completion for the CLI.