37 lines
940 B
Markdown
37 lines
940 B
Markdown
# Haste
|
|
|
|
Sharing code is a good thing, and it should be _really_ easy to do it.
|
|
A lot of times, I want to show you something I'm seeing - and that's where we
|
|
use pastebins.
|
|
|
|
Haste is the prettiest, easiest to use pastebin ever made.
|
|
|
|
## 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.
|
|
|
|
To make a new entry, click "New" (or type 'control + n')
|
|
|
|
## From the Console
|
|
|
|
[bin-client](git.webionite.com/ceda_ei/bin-client)
|
|
|
|
Add the following to your bashrc/zshrc
|
|
```
|
|
export MKR_BIN='https://bin.webionite.com/'
|
|
export HASTEBIN=1
|
|
```
|
|
|
|
## Open Source
|
|
|
|
Haste can easily be installed behind your network, and it's all open source!
|
|
|
|
* [haste-client](https://github.com/seejohnrun/haste-client)
|
|
* [haste-server](https://github.com/seejohnrun/haste-server)
|
|
|
|
## Author
|
|
|
|
Code by John Crepezzi <john.crepezzi@gmail.com>
|
|
Key Design by Brian Dawson <bridawson@gmail.com>
|