Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Aug 23, 2016
1 parent 73fb236 commit 729b0fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ private void addWindowsCommands() {
"ConEmu.exe /Title \"${easyshell:project_name}\" /Dir \"${easyshell:container_loc}\" /Single /cmd cmd"));
list.add(new CommandData("c2b73077-ffd9-4fb7-9793-189be9f13ebb", PresetType.presetPlugin, OS.osWindows, "ConEmu", ResourceType.resourceTypeFileOrDirectory, Category.categoryRun, CommandType.commandTypeExecute,
"ConEmu.exe /Title \"${easyshell:project_name}\" /Dir \"${easyshell:container_loc}\" /Single /cmd \"${easyshell:resource_name}\""));
list.add(new CommandData("c57a5d9f-491a-4b21-8a8b-9941b01cc049", PresetType.presetPlugin, OS.osWindows, "Cmder", ResourceType.resourceTypeFileOrDirectory, Category.categoryOpen, CommandType.commandTypeExecute,
"cmder.exe /START \"${easyshell:container_loc}\""));
// Windows TotalCommander
list.add(new CommandData("e487327c-dfdb-42e7-bf16-3b81a34e5703", PresetType.presetPlugin, OS.osWindows, "TotalCommander", ResourceType.resourceTypeFileOrDirectory, Category.categoryExplore, CommandType.commandTypeExecute,
"cmd.exe /C totalcmd64.exe /O /T ${easyshell:container_loc}"));
Expand Down
3 changes: 2 additions & 1 deletion uuids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ d2726c3f-6da3-46b5-8029-1c63d0ff6bd2
03e6678b-f67f-42ed-b65f-6b6f06ec0e8f
1bd62e22-cd93-4136-b643-1cbb9579c195
c2b73077-ffd9-4fb7-9793-189be9f13ebb
c57a5d9f-491a-4b21-8a8b-9941b01cc049
e487327c-dfdb-42e7-bf16-3b81a34e5703
67aa9dff-6bbb-4b47-8b43-8a82a7a279fa

Expand Down Expand Up @@ -57,7 +58,7 @@ Do not use
cd32fa5a-34d7-4551-8bd0-3aae0dc444d0 // was MAC OS X clipboard before

Free
c57a5d9f-491a-4b21-8a8b-9941b01cc049

95cacf98-9dfc-473f-b5d3-fe4961e66ae1
771c0bac-cdb2-47fe-a030-6b830d366da1
61c4fef4-470a-45b1-98df-ccf9d7d91143
Expand Down

0 comments on commit 729b0fb

Please sign in to comment.