filess icon indicating copy to clipboard operation
filess copied to clipboard

:books: Local file server/streaming that works!

license npm

File server

Local file streaming that works!

Install

$ npm i -g filess

Usage

$ filess

And for more help

$ filess -h
A file server/streaming that works.

  Usage
    $ filess <options>

  Options
    --dir, -d   Set the directory you wanna serve, default: ~/
    --port, -p  Set the port, default: 3030
    --help, -h  Showing this help menu
  
  Examples
    $ filess
    $ filess -d ~/Videos
    $ filess -p 3000
    $ filess -d ~/ -p 3000

Screenshots

To-Do list

  • [x] Upload file
  • [x] Add -v command for version
  • [ ] Add update notifier
  • [ ] Visible/Invisible hidden file/directories
  • [ ] Add sort by
  • [ ] Writing test :bowtie:

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue or by sending a pull request.

License

Licensed under MIT License.