terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Make terminal an app that can execute specified command string.

Open prawasu opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. We are currently investigating a similar functionality requested by another customer. As part of this request, we will link the terminal to the root command. After this, you can execute your terminal commands from the regular command prompt by specifying the root and subcommand.

E.g. dotnet build "test.csproj" executes the dotnet.exe app and sends the command to the dotnet app. After linking, your terminal becomes an app (similar to dotnet) that accepts the commands.

Sample execution

From a command prompt dotnet build "test.csprog" -c Release By Executing the dotnet app directly dotnet build "test.csprog" -c Release build "test.csprog" -c Release Thi feature will be supported in future with terminals with 1 root command.

prawasu avatar Jun 10 '23 22:06 prawasu