Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 520 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 520 Bytes

slatt: ⚡ a golang tool that helps you easily transfer files from one computer to another

Installation

Dependencies:

  • go
  • git
git clone https://github.com/gerardo-torres/slatt/
cd ./slatt
go build ./

Usage

To send a file from the current directory:

$ ./slatt send example.txt

To receive a file and save it to the current directory:

$ ./slatt receive

You can also use s and r instead of send and receive respectively.

License

MIT License