Socket
Socket
Sign inDemoInstall

cf2

Package Overview
Dependencies
64
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cf2

Turn any folder on your computer into a cute file browser, available on the local network.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Cute files

This is a node.js command line utility that turns the current working directory into a pretty online file browser, available to all computers in the local network. It is an easy way to share a folder with your office buddies.

Design and inspiration

It is based on tutorialzine's file browser tutorial. See a live demo here.

Cute files preview

Features:

  • Beautiful css-only design.
  • Responsive and retina-ready.
  • Instant file search.
  • Easy to install and use.

Installation

This utility is available on npm, so installation is a breeze. Use the -g flag:

npm install -g cute-files

Usage

To use it, cd into a directory, and run cute-files with an optional port.

Examples

Make the current folder available on <yourip>:3000 on the local network:

cute-files

Make the current folder available on <yourip>:12345 on the local network:

cute-files --port 12345

Notes

Files starting with a dot are assumed to be private and are not served.

Keywords

FAQs

Last updated on 12 Feb 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc