tshare 1.0.6

A minimal client for transfer.sh


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

tshare

The fastest way to share your local files on the web (Windows / Linux / macOS), for free.

Powered by transfer.sh online service.

tshare

examples

minimal

tshare /path/to/file

keep file online for two days / max 10 downloads

tshare -t 2 -d 10 /path/to/file

encrypt with gpg if installed on your system

tshare -c your-secret-password /path/to/file

install with homebrew (Linux, macOS)

If you have `homebrew on your MacOS/Linux, you can install tshare` using a local formula:

HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source ./tshare.rb

You're done 🎉

Run `tshare -h`, star this repository and have fun.

build from source (Linux, macOS, Windows)

If you don't have homebrew, you need a dlang compiler to compile tshare by yourself.

install a dlang compiler

  • Ubuntu: `sudo apt install dub ldc libcurl-dev`
  • macOS: `brew install ldc dub`
  • Windows: see below

or

download an official package here

compile tshare

dub build
cp tshare /usr/local/bin
Authors:
  • Andrea Fontana
Dependencies:
none
Versions:
1.1.8 2023-Dec-13
1.1.7 2023-Nov-12
1.1.6 2023-Oct-11
1.1.5 2023-Oct-10
1.1.4 2023-Oct-10
Show all 17 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 28 downloads total

Score:
2.4
Short URL:
tshare.dub.pm