mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add argument setting for file managers and Adjust Label Text
This commit is contained in:
parent
9eb8d53acd
commit
a7f46cee96
2 changed files with 15 additions and 7 deletions
|
|
@ -51,23 +51,31 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
{
|
||||
Name = "Explorer",
|
||||
Path = "explorer",
|
||||
FileArgument = "/select, \"%f\"",
|
||||
DirectoryArgument = "\"%d\"",
|
||||
FileArgument = "/select, \"%f\"",
|
||||
Editable = false
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Total Commander",
|
||||
Path = @"C:\Program Files\totalcmd\TOTALCMD64.exe",
|
||||
FileArgument = "\"%d\"",
|
||||
DirectoryArgument = "\"%d\""
|
||||
DirectoryArgument = "/O /A /S /T \"%d\"",
|
||||
FileArgument = "/O /A /S /T \"%f\""
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Directory Opus",
|
||||
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopus.exe",
|
||||
FileArgument = "\"%d\"",
|
||||
DirectoryArgument = "\"%d\""
|
||||
DirectoryArgument = "/cmd Go \"%d\"",
|
||||
FileArgument = "/cmd Go \"%f\""
|
||||
|
||||
},
|
||||
new()
|
||||
{
|
||||
Name = "Files",
|
||||
Path = "Files",
|
||||
DirectoryArgument = "-select \"%d\"",
|
||||
FileArgument = "-select \"%f\""
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -140,8 +140,8 @@
|
|||
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||
<system:String x:Key="fileManager_directory_arg">Argument For Folder</system:String>
|
||||
<system:String x:Key="fileManager_file_arg">Argument For File</system:String>
|
||||
<system:String x:Key="fileManager_directory_arg">Arguments For Folder</system:String>
|
||||
<system:String x:Key="fileManager_file_arg">Arguments For File</system:String>
|
||||
|
||||
<!-- Priority Setting Dialog -->
|
||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||
|
|
|
|||
Loading…
Reference in a new issue