Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amlweems/pb
- Owner: amlweems
- Created: 2015-12-17T11:08:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T21:32:26.000Z (over 8 years ago)
- Last Synced: 2023-03-25T15:03:45.975Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```