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: support for suggest_clone in repositories' omni configuration #21

Closed
XaF opened this issue Jun 29, 2023 · 0 comments
Closed

Feature: support for suggest_clone in repositories' omni configuration #21

XaF opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@XaF
Copy link
Owner

XaF commented Jun 29, 2023

A repository can specify configuration, but could also suggest repositories to clone, which would trigger a prompt asking the user which repositories they want to clone.

Something like:

suggest_clone:
  - git@github.com:XaF/omni
  - git@github.com:omnicli/omni-example

We could also support a if parameter to conditionnally suggest repositories:

suggest_clone:
  - git@github.com:XaF/omni1
  - if: <bash -c code>
    then:
      - git@github.com:XaF/omni2
    else:
      - git@github.com:omnicli/omni-example
@XaF XaF added the enhancement New feature or request label Jul 1, 2023
@XaF XaF closed this as completed in 80eae18 Jul 24, 2023
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