akisakye / sharing

Sharing is a command-line tool to share directory and files with ios and android devices without an extra client app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing directory and files from cli to ios and android devices without need of an extra clien app

Usage

  1. install
    • npm install -g easy-sharing
  2. share a file or directory
    • sharing /directory-or-file-to-share
  3. scan the QR-Code with your phone
    • both devices most connect to the same wifi or if you have public ip address use --ip parameter.
      • sharing --ip your-public-ip-address /directory-or-file-to-share
  4. Tada! just browse the directory and download any file you want

Screen-shots

sharing a directory and generate access QR-Code:

Sharing screenshot

Browsing the shared directory and download files on phone:

Sharing screenshot

TODO

  • clip board copy (peyman idea)

About

Sharing is a command-line tool to share directory and files with ios and android devices without an extra client app

License:MIT License


Languages

Language:JavaScript 100.0%