Launch Xplorer from Terminal
This feature hasn't been optimized yet. It works but it might be laggy. This will be optimized in the feature release. :::
#
CommandsXplorer CLI:
xplorer <options> [dir1] [dir2] [dir3]
Xplorer will open dir
, dir2
, dir3
as tabs on Xplorer. If there's no directory(dir) passed into the command, Xplorer will start at the Home page.
Options:
Command | Alias | Description |
---|---|---|
--help | -h | Show help |
--version | -v | Show version number |
--reveal | -r | Open the containing folder and select the file |
xplorer: command not found
error on Windows
Firstly, you have to register the command into the system path.
- Open the
System Properties
on Windows. - Click the
Environment Variables
button, it will pop up a window. - On the table, search for the
Path
variable and click on it. - Click the
Edit
button, it will pop up a window. - Click the
New
button. - Add
%USERPROFILE%\AppData\Local\Programs\xplorer
.