eab.xyz(1) EAB.XYZ eab.xyz(1) NAME eab.xyz: link, text, and image sharing SYNOPSIS alias eab.xyz="curl -F 'eab=<-' https://eab.xyz/" |eab.xyz DESCRIPTION eab.xyz is a platform for sharing snippets of text, images, and links. It accepts all inputs as multipart/form-data with a parameter name of eab. The recommended use is to set up an alias as in the synopsis. The type of the input is detected automatically with libmagic. The only types that are accepted are text/plain, image/png, image/gif, and image/jpeg. The response is a text/plain document with just the url of the newly saved resource. One special case is made for text/plain documents which are a single line that looks like a url. Rather than responding with the document as it is, the response will be instead a redirect to that url. This allows the platform to act as a link shortener as well. EXAMPLES $ fortune |eab.xyz https://eab.xyz/LZELAB5 # text/plain $ import 'png:-' |eab.xyz https://eab.xyz/QOq0N0Y # image/png $ echo 'https://eab.xyz/' |eab.xyz https://eab.xyz/mLQNd1P # redirect