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.
- Host: GitHub
- URL: https://github.com/mtib/shortshare
- Owner: mtib
- License: mit
- Created: 2020-10-06T09:06:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-06T11:36:48.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T13:34:35.526Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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) ;)