Skip to content

Commit 5834a3d

Browse files
authored
Merge pull request #96 from onesounds/main
Add File Manager document
2 parents f8b09fc + 132c7e7 commit 5834a3d

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- [**Introduction**](/README.md)
22
- [**Installation**](/installation.md)
33
- [**Settings**](/settings.md)
4+
- [**File Manager**](/filemanager.md)
45
- [**Usage Tips**](/usage-tips.md)
56
- [**Support**](/support.md)
67
- [**Plugin Store**](https://www.flowlauncher.com/plugins/)

filemanager.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Custom File Manager
2+
If you want to use a file manager other than the default Windows File Explorer, you need to set it under Settings > General > Custom File Manager. The default values for each file manager are listed below.
3+
4+
%d represents the directory path, and %f is the argument used when opening a file. -select is an option supported by some file managers that allows the selected file to be highlighted or scrolled into view when opening its location.
5+
6+
### Files
7+
docs: https://files.community/docs/contributing/updates
8+
```
9+
Path : Files or Files-stable
10+
Arg For Folder : "%d"
11+
Arg For File : -select "%f"
12+
```
13+
14+
### Directory Opus
15+
docs: https://www.gpsoft.com.au/help/opus11/index.html#!Documents/Go1.htm
16+
```
17+
Path : (installed path)dopusrt.exe
18+
Arg For Folder : /cmd Go "%d" NEW
19+
Arg For File : /cmd Go "%f" NEW
20+
```
21+
22+
### Total Commander
23+
docs: https://www.ghisler.ch/wiki/index.php/Command_line_parameters
24+
```
25+
Path : (installed path)TOTALCMD64.exe
26+
Arg For Folder : /O /A /S /T "%d"
27+
Arg For File : /O /A /S /T "%f"
28+
```

0 commit comments

Comments
 (0)