mendelmaleh / bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bin

Simple pastebin service.

  • easy to remember identifiers

  • minimal data storage

  • dictionary file is used to generate identifiers

  • files are stored on the file system directly

  • file creation time (ctime) is used to delete old files

CLI

$ post localhost:8000 < ~/bin/post
hued-impel-blush

$ curl localhost:8000/hued-impel-blush
curl --data-binary @- $@

Web

screenshot

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 68.9%Language:HTML 31.1%