Skip to content
/ slatt Public

* file transfer tool on your command line :)

License

Notifications You must be signed in to change notification settings

gtr/slatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

* file transfer tool on your command line :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages