perpetualintelligence / terminal

The most flexible cross-platform framework for building modern and secured terminals.
https://www.perpetualintelligence.com/products/piterminal
Other
37 stars 3 forks source link

Default root command #107

Open ameyasubhedarats opened 1 year ago

ameyasubhedarats commented 1 year ago

Is your feature request related to a problem? Please describe. If the terminal just has 1 root then it becomes redundant to pass the root or driver command all the time. Need the ability to apply the default driver if not specified automatically.

e.g. dotnet build ".csporj"
TerminalOptions.DefaultDriver = "dotnet"; build "
.csporj" -> dotnet build "*.csporj"

perpetualintelligencegit commented 1 year ago

Notes for implementation: