struct ClipCommand
{
QString command;
QString description;
bool isEnabled;
// int id; // the index reflecting the position in the list of commands
};
/**
* Represents one configured action. An action consists of one regular
* expression, an (optional) description and a list of ClipCommands
* (a command to be executed, a description and an enabled/disabled flag).
*/