An open API service indexing awesome lists of open source software.

https://github.com/gtr/slatt

* file transfer tool on your command line :)
https://github.com/gtr/slatt

filetransfer go

Last synced: 5 months ago
JSON representation

* file transfer tool on your command line :)

Awesome Lists containing this project

README

          

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

### Installation

Dependencies:
- go
- git

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

### Usage

To send a file from the current directory:
```bash
$ ./slatt send example.txt
```

To receive a file and save it to the current directory:
```bash
$ ./slatt receive
```

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

### License
MIT License