Launch Xplorer from Terminal
This feature hasn't optimized yet. It works but it might be laggy. 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 any dir passed into the command, Xplorer will starts at 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 popup a window. - On the table, search for
Path
variable and click on it. - Click
Edit
button, it will popup a window. - Click
New
button - Add
%USERPROFILE%\AppData\Local\Programs\xplorer