Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amlweems/pb

command line paste-bin server
https://github.com/amlweems/pb

Last synced: 7 days ago
JSON representation

command line paste-bin server

Awesome Lists containing this project

README

        

# shorty

A command line pastebin inspired by ix.io 😊

# Usage

Assume you have created a shortener on the domain `lf.lc`. Users can interact with your shortener as follows.

```
~$ echo Hello world. | curl -F 'f:1=<-' https://lf.lc
https://lf.lc/fpW

~$ curl https://lf.lc/fpW
Hello world.
```