Send me that shit

(Preview)

View source code on GitHub
iOS/Android App
CLI

Downloads

How to use

After the download, make the file executable (Unix):

chmod +x ./smts

Start listening for incoming file requests:

./smts

Example of how to send a file:

./smts send 192.168.42.120 file.txt

Installation

Without installation

You won't need to "install" this binary in order to use it.
Just open the terminal navigate to the smts file you downloaded and run it with ./smts or smts.exe on windows

If you want to access the smts command from everywhere in your terminal follow the steps below

Unix (Linux/macOS)

Create a directory to put the binary into and add the path to that directory to your PATH environment variable

mkdir ~/.smts cp ./smts ~/.smts Add the following line to your ~/.zshrc or ~/.bashrc (or similar) file
export PATH=$PATH:~/.smts

Restart your terminal and now you should be able to use the "smts" command

Windows

I dunno how to configure this on windows, but I guess very similar