Support for Terminal commands #21

Κλειστά
crtxcr θέλει να συγχωνεύσει 3 υποβολές από wip/terminalkeyword σε master
Εμφάνιση μόνο αλλαγών της υποβολής 1ce3a6c397 - Εμφάνιση όλων των υποβολών

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