/sharing

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

Primary LanguageJavaScriptMIT LicenseMIT

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)