Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto-complete for CLI commands #83

Open
TheColorDarkBlue opened this issue May 26, 2024 · 1 comment
Open

Add auto-complete for CLI commands #83

TheColorDarkBlue opened this issue May 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TheColorDarkBlue
Copy link
Contributor

TheColorDarkBlue commented May 26, 2024

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.

@TheColorDarkBlue TheColorDarkBlue added the enhancement New feature or request label May 26, 2024
@sinaatalay
Copy link
Owner

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.

@sinaatalay sinaatalay changed the title Change CLI command from rendercv render to rendercv build Implement auto-completion for the CLI May 28, 2024
@TheColorDarkBlue TheColorDarkBlue changed the title Implement auto-completion for the CLI Implement auto-completion for CLI Jun 14, 2024
@TheColorDarkBlue TheColorDarkBlue changed the title Implement auto-completion for CLI Add auto-complete for CLI commands Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants