Support for Terminal commands #21

Suljettu
crtxcr haluaa yhdistää 3 committia lähteestä wip/terminalkeyword kohteeseen master
3 muutettua tiedostoa jossa 11 lisäystä ja 2 poistoa
Showing only changes of commit 1ce3a6c397 - Show all commits

Näytä tiedosto

@@ -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