Skip to content

Commit b57b79d

Browse files
committed
#148 add Q-Dir (Quad Explorer) preset
Signed-off-by: Andre Bossert <anb0s@anbos.de>
1 parent eb6f65a commit b57b79d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/CommandDataDefaultCollectionWindows.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ private static void addCommandsFileBrowser(CommandDataList list) {
120120
"cmd.exe /C totalcmd64.exe /O /T /P=R /R=${easyshell:container_loc}"));
121121
list.add(new CommandData("a6728fb1-89f3-4c3a-8ab0-5c57b6d7ee48", PresetType.presetPlugin, OS.osWindows, "TotalCommander (right replace)", ResourceType.resourceTypeFileOrDirectory, false, null, Category.categoryExplore, CommandType.commandTypeExecute, CommandTokenizer.commandTokenizerSpacesAndQuotesSkip,
122122
"cmd.exe /C totalcmd64.exe /O /P=R /R=${easyshell:container_loc}"));
123+
// Q-Dir (Quad Explorer): http://www.softwareok.de/?seite=Freeware/Q-Dir
124+
list.add(new CommandData("a2a9c831-bb20-42db-bbe1-c71b6b5019c7", PresetType.presetPlugin, OS.osWindows, "Q-Dir", ResourceType.resourceTypeFileOrDirectory, false, null, Category.categoryExplore, CommandType.commandTypeExecute, CommandTokenizer.commandTokenizerSpaces,
125+
"cmd.exe /C start \"${easyshell:project_name}\" \"%programfiles%\\Q-Dir\\Q-Dir.exe\" \"${easyshell:container_loc}\""));
123126
}
124127

125128
private static void addCommandsClipboard(CommandDataList list) {

uuids.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ Do not use
112112
-
113113

114114
Free
115-
a2a9c831-bb20-42db-bbe1-c71b6b5019c7
115+
116116
ee2db486-4df3-42c1-b19e-03761ffac105

0 commit comments

Comments
 (0)