slatt: ⚡ a golang tool that helps you easily transfer files from one computer to another
Dependencies:
- go
- git
git clone https://github.com/gerardo-torres/slatt/cd ./slatt
go build ./To send a file from the current directory:
$ ./slatt send example.txtTo receive a file and save it to the current directory:
$ ./slatt receiveYou can also use s and r instead of send and receive respectively.
MIT License