mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Created Usage of the "sprunge" command (markdown)
11
Usage-of-the-"sprunge"-command.md
Normal file
11
Usage-of-the-"sprunge"-command.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Sprunge](http://sprunge.us) is a basic 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/](this shellscript), author unknown.
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
You can use sprunge in the following ways:
|
||||||
|
|
||||||
|
* **Pipes:** `echo "hello there...testing sprunge"|sprunge`
|
||||||
|
* **Files:** `sprunge test.txt`
|
||||||
|
* **Strings:** `sprunge "hello"`
|
||||||
|
|
||||||
|
# Notes:
|
||||||
|
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.
|
||||||
Reference in New Issue
Block a user