File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,11 @@ public class Settings
17
17
18
18
[ JsonProperty ]
19
19
public List < FolderLink > IndexSearchExcludedSubdirectoryPaths { get ; set ; } = new List < FolderLink > ( ) ;
20
+
21
+ [ JsonProperty ]
22
+ public string SearchActionKeyword { get ; set ; } = Query . GlobalPluginWildcardSign ;
23
+
24
+ [ JsonProperty ]
25
+ public string FileContentSearchActionKeyword { get ; set ; } = "doc:" ;
20
26
}
21
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"ID" : " 572be03c74c642baae319fc283e561a8" ,
3
- "ActionKeyword" : " *" ,
3
+ "ActionKeywords" : [
4
+ " *" ,
5
+ " doc:"
6
+ ],
4
7
"Name" : " Explorer" ,
5
8
"Description" : " Search and manage files and folders. Explorer utilises Windows Index Search" ,
6
9
"Author" : " Jeremy Wu" ,
You can’t perform that action at this time.
0 commit comments