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

Possibility to detect a command is not runnable before execution #17

Open
ekkinox opened this issue Apr 18, 2023 · 2 comments
Open

Possibility to detect a command is not runnable before execution #17

ekkinox opened this issue Apr 18, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ekkinox
Copy link
Owner

ekkinox commented Apr 18, 2023

For example :

Screenshot 2023-04-18 at 21 15 05 (1)

Yo could detect that the proposed command involves software not available, and propose remediation for this.

Thx @Skyld for the suggestion.

@ekkinox ekkinox self-assigned this Apr 18, 2023
@ekkinox ekkinox added the enhancement New feature or request label Apr 18, 2023
@mateothegreat
Copy link

Then make another prediction about how to install it.. maybe have side effects support?

@ekkinox
Copy link
Owner Author

ekkinox commented Apr 18, 2023

Then make another prediction about how to install it.. maybe have side effects support?

yeah need to check how to make this happen, especially if proposed command line contains more than 1 programs that are not installed :D

The workaround I use for now is:

  • me: ask yo to do some stuff
  • yo: propose a command with a binary I dont have
  • me: try to run and fail / cancel execution
  • me: ask to to install missing stuff

not optimal, but works

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