You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
exec
configuration only provides limited control over what to execute..venture
FileGiven a filepath, attempt to locate a
.venture
fileAttempt to execute that file with the
path
as the first argumentConsiderations
exec
?exec
exec
exec
is executed (best way to do this?).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 ifshow_hidden
is toggled on.venter_file_enabled
configurationThe text was updated successfully, but these errors were encountered: