From be9f6474891cd5f1daca740a384b2a8c9ea31b14 Mon Sep 17 00:00:00 2001 From: josh- Date: Wed, 5 Sep 2012 00:28:08 -0700 Subject: [PATCH] Revert f201e66^ ... f201e66 on Plugins --- Plugins.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Plugins.md b/Plugins.md index 1c259ce..6ed1af0 100644 --- a/Plugins.md +++ b/Plugins.md @@ -399,19 +399,6 @@ After `rvm-update` (alias for `rvm get head; rvm reload`), run `rvm-link-complet * screen - automatic setting of window titles and status for [GNU Screen](http://www.gnu.org/software/screen/) -## sprunge -**Maintainer:** [ilikenwf](https://github.com/ilikenwf) - -* [sprunge](http://sprunge.us) - a basic cli interface to pastebin, which accepts it's input through web requests. Designed for Linux users, sprunge is an easy way to pastebin text without having to actually use a web browser. The oh-my-zsh plugin is based on http://www.shellperson.net/sprunge-pastebin-script/, author unknown. - -You can use sprunge in the following ways: - -* **Pipes**: `echo "hello there...testing sprunge"|sprunge` -* **Files**: `sprunge test.txt` -* **Strings**: `sprunge "hello"` - -Note that if a filename is misspelled or doesn't have the necessary path description, it will NOT generate an error, but will instead treat it as a text string and upload it. - ## ssh-agent **Maintainer:** [robbyrussell][robbyrussell]