Anypaste
Anypaste is a file sharing site aggregator for *nix-like systems (Mac, Linux, BSD, etc). It uses the mime type of a file to automatically detect compatible hosting sites. For example, if you run anypaste something.jpg, it will get uploaded to tinyimg.io, an image hosting site. If you run anypaste something.m4v, it will get uploaded to SendVid, a video hosting site. More information about Anypaste can be found on the official website: anypaste.xyz.
Demo
Install
Anypaste is just a shell script. It's hosted at https://anypaste.xyz/sh. A quick command to install it is: sudo curl -o /usr/bin/anypaste https://anypaste.xyz/sh && sudo chmod +x /usr/bin/anypaste.
Basic Usage Examples
anypaste file.jpg: Uploadfile.jpg, automatically selecting the plugin (standard usage).anypaste file.jpg file.m4v: Upload multiple files, with automatic plugin selection for both.anypaste -p gfycat file.m4v: Uploadfile.m4v; use a plugin containinggfycatin its name (manual plugin selection).anypaste -l: List all plugins/sites.anypaste -l file.m4v: List all plugins/sites compatible withfile.m4v.anypaste -t private launch-codes.txt: Uploadlaunch-codes.txtto a "private" site (URLs are not publicly listed).anypaste -f -p gfycat something.tar.gz: Uploadsomething.tar.gzwithgfycat, even thoughgfycatis not compatible (override compatibility checks).anypaste some-directory: Uploadsome-directory, a compressed tarball will automatically be created (.tar.gz)
Website
Documentation, and the list of plugins can be found on the Anypaste website. The website is open source and can be contributed to in its GitHub repo.
Contributing
Please, make some plugins so we can support more sites! If the plugins seem good enough, I may even make them built-in plugins! Additionally, PRs to improve "Anypaste Core" are also welcome.


Log in or sign up for Devpost to join the conversation.