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.
|
2012-01-21 21:19:55 +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
|
|
|
|
2012-01-24 03:12:33 +01:00
|
|
|
Haste is the prettiest, easiest to use pastebin ever made.
|
2011-11-22 15:53:02 +01:00
|
|
|
|
2011-11-28 06:51:43 +01:00
|
|
|
## Basic Usage
|
|
|
|
|
2012-01-21 21:19:55 +01:00
|
|
|
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-28 06:51:43 +01:00
|
|
|
|
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
|
|
|
|
|
2019-07-17 13:00:37 +02:00
|
|
|
[bin-client](git.webionite.com/ceda_ei/bin-client)
|
2011-11-22 15:53:02 +01:00
|
|
|
|
2019-07-17 13:00:37 +02:00
|
|
|
Add the following to your bashrc/zshrc
|
|
|
|
```
|
|
|
|
export MKR_BIN='https://bin.webionite.com/'
|
|
|
|
export HASTEBIN=1
|
|
|
|
```
|
2011-11-28 06:51:43 +01:00
|
|
|
|
2011-11-29 15:21:01 +01:00
|
|
|
## Open Source
|
|
|
|
|
2014-02-27 23:57:37 +01:00
|
|
|
Haste can easily be installed behind your network, and it's all open source!
|
2011-11-29 15:21:01 +01:00
|
|
|
|
2019-07-27 17:11:23 +02:00
|
|
|
* [haste-server](https://git.webionite.com/Webionite/haste-server)
|
2011-11-29 15:21:01 +01:00
|
|
|
|
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>
|