1.0.9 • Published 3 years ago

xplora-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Xplora 🍄

A CLI tool to visualize directories on your file system right in your browser, it also watches for changes in specified directories.

Xplora

Installation

To test the project easily, I've published it to npm. Feel free to skip this section if you'll like to do all the setup on your machine.

Install Globally

npm i -g xplora-cli

Test without permanent global installation(npx)

npx xplora-cli [LIST OF DIRECTORIES]

See Usage

Usage

$ xplora-cli DIRECTORIES | [LIST OF DIRECTORIES]

Examples

Opens ~/Desktop with xplora

$ xplora-cli ~/Desktop

Opens current directory with xplora

$ xplora-cli .

Opens thisDirectory and anotherDirectory with xplora

$ xplora-cli thisDirectory anotherDirectory
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago