2011-11-22 15:22:37 +01:00
|
|
|
# Haste
|
|
|
|
|
2011-11-23 23:11:55 +01:00
|
|
|
Sharing code is a good thing, and it should be _really_ easy to do it.
|
2011-11-22 15:53:02 +01:00
|
|
|
A lot of times, I want to show you something I'm seeing - and that's where we use pastebins.
|
2011-11-22 15:22:37 +01:00
|
|
|
|
2011-11-22 15:53:02 +01:00
|
|
|
Haste is the prettiest, easist to use pastebin ever made.
|
|
|
|
|
2011-11-28 06:51:43 +01:00
|
|
|
## Basic Usage
|
|
|
|
|
|
|
|
Type what you want me to see, click "Save", and then copy the URL. Send that URL
|
|
|
|
to someone and they'll see what you see.
|
|
|
|
|
2011-11-29 18:05:04 +01:00
|
|
|
To make a new entry, click "New" (or type 'control + n')
|
|
|
|
|
2011-11-22 15:53:02 +01:00
|
|
|
## From the Console
|
|
|
|
|
|
|
|
Most of the time I want to show you some text, its coming from my current console session.
|
|
|
|
We should make it really easy to take code from the console and send it to people.
|
|
|
|
|
|
|
|
`cat something | haste` # http://hastebin.com/1238193
|
|
|
|
|
|
|
|
You can even take this a step further (on OSX) and cut out the last step of copying the URL with:
|
|
|
|
|
|
|
|
`cat something | haste | pbcopy`
|
|
|
|
|
|
|
|
After running that, the STDOUT output of `cat something` will show up at a URL which has
|
|
|
|
been conveniently copied to your clipboard.
|
|
|
|
|
|
|
|
That's all there is to that, and you can install it with `gem install haste` right now.
|
|
|
|
|
2011-11-28 06:51:43 +01:00
|
|
|
## Duration
|
|
|
|
|
|
|
|
Pastes will stay for 30 days from their last view.
|
|
|
|
|
|
|
|
## Privacy
|
|
|
|
|
|
|
|
While the contents of hastebin.com are not directly crawled by any search robot that
|
|
|
|
obeys "robots.txt", there should be no great expectation of privacy. Post things at your
|
|
|
|
own risk. Not responsible for any loss of data or removed pastes.
|
|
|
|
|
2011-11-29 15:21:01 +01:00
|
|
|
## Open Source
|
|
|
|
|
|
|
|
Haste can easily be installed behind your network, and its all open source!
|
|
|
|
|
|
|
|
* [haste-client](https://github.com/seejohnrun/haste-client)
|
|
|
|
* [haste-server](https://github.com/seejohnrun/haste-server)
|
|
|
|
|
2011-11-22 15:53:02 +01:00
|
|
|
## Author
|
|
|
|
|
2011-11-23 23:11:55 +01:00
|
|
|
Code by John Crepezzi <john.crepezzi@gmail.com>
|
2011-11-28 16:35:08 +01:00
|
|
|
Key Design by Brian Dawson <bridawson@gmail.com>
|