filescope.js

1.0.0 • Public • Published

filescope.js

Introduction

A web based file explorer powered by node.js.

Start this server and explore your project in browser, share code between your partners and devices.

Screenshot

screenshot

Features

  • List files in the directory
  • Navigate by file path
  • View text file online with syntax highlight
  • File size and timestamp
  • File specific icons

Installation

git clone https://github.com/radmonac/filescope.js
cd filescope.js
npm install
npm start

Configuration

Use customized url and locations

Edit index.js and add this argument to fsapp.create

var app = fsapp.create({
  'root_url': '/my_url_prefix',
  'root_dir': 'my_local_root_path'
});

Todo

Code search and some advanced features.

License

The MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i filescope.js

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • radmonac
  • skylerlee