Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scullog

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scullog

Scullog based on Node.js and Angular.js

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Scullog

Scullog, having capability of sharing the local drive to the browser. And, do below features.

Features

  • Listing & Sorting Files and Folders
  • Support Multiple Base Directory
  • Download/Upload file
  • Move/Delete/Rename file
  • Role based permission (time based revoking)
  • Push remote configuration & update scullog, with just one click
  • Create/Upload/Edit a File/Folder
  • Stream a particular file content.
  • Advanced highlighting and filtering text, while streaming file content
  • Detailed logging.
  • Adding path to favorite, to quickly jump on it
  • Support right hand context menu for file/folder

Installation

Install the scullog npm package

  npm install -g scullog

Run the scullog in either standalone

  scullog -p 8080 -d /path/to/

or in service mode

  scullog -s install -p 8080 -d /path/to/

Then, we can view http://localhost:8080/ in our browser.

Complete Usage

scullog [-s ] [-p ] [-d ] [-c ]

Options:

-s, --service install/uninstall as service [choices: "install", "uninstall", "start", "stop", "restart"]

-p, --port Server Port [number]

-d, --directory Root Files Directory [array]

-c, --config Local/Remote Config file [string]

-h, --help Show help

-v, --version Show version number

Dependency

Dependent on Unix style tail command

  • Windows -- Install Git for Windows. It will install unix command in the path.
  • Linux/Mac -- Support automatically

RoadMap

  • Docker Image
  • Change file permission and attributes.
  • Better layout design for better accessibility (utilize full screen)
  • Execute custom cmd for better control.
  • View Images and videos
  • PDF viewer
  • Drag n drop functionality for file upload

Keywords

FAQs

Package last updated on 04 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc