tshare 1.1.8

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 BUILD

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

tshare

get tshare 🚀

Linux + macOSWindows
```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
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