From 1545d3cc5a0fedbc1aa0cb61fee192cc11f25787 Mon Sep 17 00:00:00 2001 From: matthewmccullough Date: Mon, 10 Oct 2011 11:18:02 -0700 Subject: [PATCH] Added cloud app plugin description. --- Plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Plugins.md b/Plugins.md index 04e4c62..a7abcc1 100644 --- a/Plugins.md +++ b/Plugins.md @@ -155,6 +155,11 @@ Only for Ubuntu: If a command is not recognized in the $PATH, this will use Ubun The plugin uses the command-not-found package zsh support. +## cloudapp +**Maintainer:** [matthewmccullough](http://github.com/matthewmccullough) + +Uploads files and piped contents to the [Cloudapp](http://getcloudapp.com/) service. Outputs and copies the resultant URL to the clipboard. Uses the cloudapp ruby gem from @holman. + ## compleat **Maintainer:** [robbyrussell][robbyrussell]