File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,31 @@ public CustomExplorerViewModel CustomExplorer
51
51
{
52
52
Name = "Explorer" ,
53
53
Path = "explorer" ,
54
- FileArgument = "/select, \" %f\" " ,
55
54
DirectoryArgument = "\" %d\" " ,
55
+ FileArgument = "/select, \" %f\" " ,
56
56
Editable = false
57
57
} ,
58
58
new ( )
59
59
{
60
60
Name = "Total Commander" ,
61
61
Path = @"C:\Program Files\totalcmd\TOTALCMD64.exe" ,
62
- FileArgument = "\" %d\" " ,
63
- DirectoryArgument = "\" %d \" "
62
+ DirectoryArgument = "/O /A /S /T \" %d\" " ,
63
+ FileArgument = "/O /A /S /T \" %f \" "
64
64
} ,
65
65
new ( )
66
66
{
67
67
Name = "Directory Opus" ,
68
68
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopus.exe" ,
69
- FileArgument = "\" %d\" " ,
70
- DirectoryArgument = "\" %d\" "
69
+ DirectoryArgument = "/cmd Go \" %d\" " ,
70
+ FileArgument = "/cmd Go \" %f\" "
71
+
72
+ } ,
73
+ new ( )
74
+ {
75
+ Name = "Files" ,
76
+ Path = "Files" ,
77
+ DirectoryArgument = "-select \" %d\" " ,
78
+ FileArgument = "-select \" %f\" "
71
79
}
72
80
} ;
73
81
Original file line number Diff line number Diff line change 140
140
<system : String x : Key =" fileManager_name" >File Manager</system : String >
141
141
<system : String x : Key =" fileManager_profile_name" >Profile Name</system : String >
142
142
<system : String x : Key =" fileManager_path" >File Manager Path</system : String >
143
- <system : String x : Key =" fileManager_directory_arg" >Argument For Folder</system : String >
144
- <system : String x : Key =" fileManager_file_arg" >Argument For File</system : String >
143
+ <system : String x : Key =" fileManager_directory_arg" >Arguments For Folder</system : String >
144
+ <system : String x : Key =" fileManager_file_arg" >Arguments For File</system : String >
145
145
146
146
<!-- Priority Setting Dialog -->
147
147
<system : String x : Key =" changePriorityWindow" >Change Priority</system : String >
You can’t perform that action at this time.
0 commit comments