Skip to content

Commit

Permalink
#77 add git-bash.exe (Git for Windows 2.x) preset
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <[email protected]>
  • Loading branch information
anb0s committed Aug 22, 2016
1 parent 6fe24db commit 73fb236
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,14 @@ private void addWindowsCommands() {
list.add(new CommandData("af6d97f2-f0a8-46e2-8234-74c0ee3e6007", PresetType.presetPlugin, OS.osWindows, "Console", ResourceType.resourceTypeFileOrDirectory, Category.categoryRun, CommandType.commandTypeExecute,
"console.exe -w \"${easyshell:project_name}\" -d ${easyshell:container_loc} -r \"/k\\\"${easyshell:resource_name}\\\"\""));
// Windows Git-Bash
list.add(new CommandData("24419204-c8e5-4d79-a7b8-b14e93077cf0", PresetType.presetPlugin, OS.osWindows, "Git Bash", ResourceType.resourceTypeFileOrDirectory, Category.categoryOpen, CommandType.commandTypeExecute,
"cmd.exe /C start \"${easyshell:project_name}\" /D ${easyshell:container_loc} \"C:\\Program Files (x86)\\Git\\bin\\bash.exe\" --login -i"));
list.add(new CommandData("ee790c7f-9c6d-40f9-84f6-51a948a59d45", PresetType.presetPlugin, OS.osWindows, "Git Bash", ResourceType.resourceTypeFileOrDirectory, Category.categoryRun, CommandType.commandTypeExecute,
"cmd.exe /C start \"${easyshell:project_name}\" /D ${easyshell:container_loc} \"C:\\Program Files (x86)\\Git\\bin\\bash.exe\" --login -i -c ./''${easyshell:resource_name}''"));
list.add(new CommandData("24419204-c8e5-4d79-a7b8-b14e93077cf0", PresetType.presetPlugin, OS.osWindows, "Git Bash v1.x", ResourceType.resourceTypeFileOrDirectory, Category.categoryOpen, CommandType.commandTypeExecute,
"cmd.exe /C start \"${easyshell:project_name}\" /D ${easyshell:container_loc} \"C:\\Program Files\\Git\\bin\\bash.exe\" --login -i"));
list.add(new CommandData("ee790c7f-9c6d-40f9-84f6-51a948a59d45", PresetType.presetPlugin, OS.osWindows, "Git Bash v1.x", ResourceType.resourceTypeFileOrDirectory, Category.categoryRun, CommandType.commandTypeExecute,
"cmd.exe /C start \"${easyshell:project_name}\" /D ${easyshell:container_loc} \"C:\\Program Files\\Git\\bin\\bash.exe\" --login -i -c ./''${easyshell:resource_name}''"));
list.add(new CommandData("d2726c3f-6da3-46b5-8029-1c63d0ff6bd2", PresetType.presetPlugin, OS.osWindows, "Git Bash v2.x", ResourceType.resourceTypeFileOrDirectory, true, "${easyshell:container_loc}", Category.categoryOpen, CommandType.commandTypeExecute,
"C:\\Program Files\\Git\\git-bash.exe"));
list.add(new CommandData("03e6678b-f67f-42ed-b65f-6b6f06ec0e8f", PresetType.presetPlugin, OS.osWindows, "Git Bash v2.x", ResourceType.resourceTypeFileOrDirectory, true, "${easyshell:container_loc}", Category.categoryRun, CommandType.commandTypeExecute,
"C:\\Program Files\\Git\\git-bash.exe -c ./''${easyshell:resource_name}''"));
// Windows ConEmu
list.add(new CommandData("1bd62e22-cd93-4136-b643-1cbb9579c195", PresetType.presetPlugin, OS.osWindows, "ConEmu", ResourceType.resourceTypeFileOrDirectory, Category.categoryOpen, CommandType.commandTypeExecute,
"ConEmu.exe /Title \"${easyshell:project_name}\" /Dir \"${easyshell:container_loc}\" /Single /cmd cmd"));
Expand Down
4 changes: 2 additions & 2 deletions uuids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ af2968d0-3a1a-40db-b3cb-e2e16293a285
af6d97f2-f0a8-46e2-8234-74c0ee3e6007
24419204-c8e5-4d79-a7b8-b14e93077cf0
ee790c7f-9c6d-40f9-84f6-51a948a59d45
d2726c3f-6da3-46b5-8029-1c63d0ff6bd2
03e6678b-f67f-42ed-b65f-6b6f06ec0e8f
1bd62e22-cd93-4136-b643-1cbb9579c195
c2b73077-ffd9-4fb7-9793-189be9f13ebb
e487327c-dfdb-42e7-bf16-3b81a34e5703
Expand Down Expand Up @@ -55,8 +57,6 @@ Do not use
cd32fa5a-34d7-4551-8bd0-3aae0dc444d0 // was MAC OS X clipboard before

Free
d2726c3f-6da3-46b5-8029-1c63d0ff6bd2
03e6678b-f67f-42ed-b65f-6b6f06ec0e8f
c57a5d9f-491a-4b21-8a8b-9941b01cc049
95cacf98-9dfc-473f-b5d3-fe4961e66ae1
771c0bac-cdb2-47fe-a030-6b830d366da1
Expand Down

0 comments on commit 73fb236

Please sign in to comment.