1.3.2 • Published 12 months ago

t-share v1.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

t-share | Share files and directories from terminal

Share directories and files from the CLI to iOS and Android devices without the need of an extra client app

FEATURES:

  • share directory and file
  • share your clipboard
  • receive file
  • support basic authentication
  • support ssl

Usage

t-share is depend on node v16.x or later 1. Install - npm install t-share 2. Share a file or directory - t-share /directory-or-file-to-share 3. Scan the QR-Code with your phone - both devices must connect to the same Wi-Fi or, if you have a public IP address, use the --ip parameter. - t-share --ip your-public-ip-address /directory-or-file-to-share 4. Tada! Just browse the directory and download any file you want

$ t-share --help

Usage:
• Share file or directory
$ t-share /path/to/file-or-directory

• Share clipboard
$ t-share -c

• Receive file
$ t-share /destination/directory --receive;

• Share file with Basic Authentication
$ t-share /path/to/file-or-directory -U user -P password  # also works with
--receive

Options:
      --version                     Show version number                [boolean]
      --author                      Get to know the library AUTHOR
      --debug                       enable debuging logs
  -p, --port                        Change default port
      --ip                          Your machine public ip address
  -c, --clipboard                   Share Clipboard
  -t, --tmpdir                      Clipboard Temporary files directory
  -w, --on-windows-native-terminal  Enable QR-Code support for windows native
                                    terminal
  -r, --receive                     Receive files
  -q, --receive-port                change receive default port
  -U, --username                    set basic authentication username
                                                               [default: "user"]
  -P, --password                    set basic authentication password
      --help                        Show help                          [boolean]
1.3.2

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.9

12 months ago

1.2.8

12 months ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.9

12 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.31

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago