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

[Feature idea] Custom commands #26

Open
fmauch opened this issue May 24, 2024 · 0 comments
Open

[Feature idea] Custom commands #26

fmauch opened this issue May 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fmauch
Copy link
Contributor

fmauch commented May 24, 2024

We could provide an entry point where users could provide their custom commands by configuring them as simple strings. This way users can add specific functionality they need for their daily business without going all the effort of adding a new click command and having this integrated.

Configuration

In the config file there could be a section for this

custom_commands: {
  - vcs_pull: cd $ROB_FOLDERS_ROOT_ENV && vcs pull colcon_ws/src
}

Command

The command could be either added to toplevel, so the above would add a fzirob wcs_pull command or they could all be assembled behind a custom command resultin in fzirob custom vcs_pull.

@fmauch fmauch added the enhancement New feature or request label May 24, 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

1 participant