1
0

Support for Terminal commands #21

fechada(s)
crtxcr quer integrar 3 cometimento(s) do ramo wip/terminalkeyword no ramo master
Mostrando apenas as modificações do comentimento 1ce3a6c397 - Mostrar todos os cometimentos

Ver ficheiro

@ -123,7 +123,7 @@ void Window::executeConfig(const EntryConfig &config)
if(config.isTerminalCommand)
{
QString cmd = settingsProvider->getTerminalCommand();
cmd.replace("%c", config.command);
cmd.replace("%c", config.command + " " + config.arguments.join(' '));
QProcess::startDetached(cmd);
}
else