Skip to main content

Launch Xplorer from Terminal

Commands

Xplorer 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:

CommandAliasDescription
--reveal-rOpen the containing folder and select the file
--themetUse custom theme (for developing theme purpose)
--xtensionxInstall extension from xtension file type

Subcommands

Extensions

Install

Install an extension from xtension file type. Command:

xplorer extensions install <packaged xtension path/URL>

Uninstall

Uninstall an installed extension. Command:

xplorer extensions uninstall <extension identifier>

Theme

Build

Package and build theme into themes.xtension file to distribute. Command:

xplorer extensions theme build
Install

Install an extension from xtension file type.

xplorer extensions theme install