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

Custom Script execution #16

Open
seanrcollings opened this issue May 30, 2021 · 0 comments
Open

Custom Script execution #16

seanrcollings opened this issue May 30, 2021 · 0 comments

Comments

@seanrcollings
Copy link
Owner

The exec configuration only provides limited control over what to execute.

.venture File

Given a filepath, attempt to locate a .venture file

  • If the path is a directory, look in that directory.
  • If the path is a file, look at the adjacent files.

Attempt to execute that file with the path as the first argument

Considerations

  • How is it's execution related to exec?
    • Execute before / after exec
    • Execute instead of exec
    • Allow the script to determine whether or not exec is executed (best way to do this?)
  • If .venture is used for something like "starting up a terminal running a rails webserver" and then it gets executed again, a new instance of the terminal would be opened. How do we manage that? Should that be our job?

Notes:

  • .venture files will be hidden, regardless if show_hidden is toggled on.
  • adds venter_file_enabled configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant