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

https://github.com/mtib/shortshare

Easy sharing of data using compression and encoding.
https://github.com/mtib/shortshare

Last synced: 4 months ago
JSON representation

Easy sharing of data using compression and encoding.

Awesome Lists containing this project

README

          

# shortshare

[![PkgGoDev](https://pkg.go.dev/badge/github.com/mtib/shortshare)](https://pkg.go.dev/github.com/mtib/shortshare)

Easy sharing of data using compression and encoding.

## binary
This repository provides a single binary alongside the library functions, `go get github.com/mtib/shortshare`, then pipe into `shortshare` to generate shareable text, and pipe shared text into `shortshare -u` to decompress and decode.

## library
[It's pretty easy to figure out](https://pkg.go.dev/github.com/mtib/shortshare) ;)