tshare icon indicating copy to clipboard operation
tshare copied to clipboard

The fastest way to share your files on the web, for free

tshare BUILD

The fastest way to share your local files on the web (Windows / Linux / macOS), for free.
Powered by transfer.sh online service.

tshare

get tshare 🚀

Linux + macOS Windows
curl https://tshare.download | bash curl -L https://tshare.download/windows.zip -o tshare.zip

examples

minimal

tshare /path/to/file

keep file online for two days / max 10 downloads

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

encrypt using gpg if installed on your system

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

save a copy of your mysql db

mysqldump wordpress_db | tshare --stdin -c secret_password -o export.sql 

pre-builds binaries

Windows Unix MacOS.

Binaries are experimental: feedbacks are welcome :)

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