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
execconfiguration only provides limited control over what to execute..ventureFileGiven a filepath, attempt to locate a
.venturefileAttempt to execute that file with the
pathas the first argumentConsiderations
exec?execexecexecis executed (best way to do this?).ventureis 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:
.venturefiles will be hidden, regardless ifshow_hiddenis toggled on.venter_file_enabledconfiguration