tmpshare

Crates.iotmpshare
lib.rstmpshare
version1.0.1
sourcesrc
created_at2018-04-02 18:55:23.638658
updated_at2018-04-16 19:08:44.923026
descriptionA tool to share files
homepagehttps://github.com/zoranzaric/tmpshare
repositoryhttps://github.com/zoranzaric/tmpshare.git
max_upload_size
id58690
size29,191
Zoran Zaric (zoranzaric)

documentation

README

tmpshare

Crates.io Documentation License Build Status

tmpshare is a tool to share files.

Usage

$ echo "Hello World" > hello-world

$ tmpshare add hello-world
D2A84F4B8B650937EC8F73CD8BE2C74ADD5A911BA64DF27458ED8229DA804A26

$ tmpshare list
D2A84F4B8B650937EC8F73CD8BE2C74ADD5A911BA64DF27458ED8229DA804A26: hello-world

$ tmpshare serve
Serving from http://127.0.0.1:8080

$ curl http://127.0.0.1:8080/get/D2A84F4B8B650937EC8F73CD8BE2C74ADD5A911BA64DF27458ED8229DA804A26
Hello World

Development

tmpshare is mostly developed during live coding sessions by Zoran Zaric on Twitch. It is archived on YouTube

Commit count: 53

cargo fmt