aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bcf014df5fc1b88f99318b48d82e1c433e53427a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Send Over HTTP

Share a file with someone nearby over HTTP using a QR Code printed to the terminal.

Inspired by the android app [Share Via HTTP](https://github.com/marcosdiez/shareviahttp).

## Usaage

```
go run ./cmd/send-over-http --help
# Usage of send-over-http [target]
#
# 	target - file or directory to share (default: .)
#
```