Add clipboard plugin.

This commit is contained in:
qianlifeng
2014-02-28 23:21:01 +08:00
parent 7d1ee33e1f
commit 7f769e00b9
31 changed files with 455 additions and 65 deletions

View File

@@ -30,6 +30,7 @@ namespace Wox.Plugin.System
{
ExecuteCmd(m.Key);
AddCmdHistory(m.Key);
return true;
}
}).Take(5);
@@ -49,6 +50,7 @@ namespace Wox.Plugin.System
{
ExecuteCmd(cmd);
AddCmdHistory(cmd);
return true;
}
};
results.Add(result);
@@ -64,6 +66,7 @@ namespace Wox.Plugin.System
{
ExecuteCmd(m.Key);
AddCmdHistory(m.Key);
return true;
}
}).Take(4);