haste-server/about.md

60 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2011-11-22 15:22:37 +01:00
# Haste
2020-08-29 05:29:39 +02:00
Sharing code is a good thing, and it should be _really_ easy to do.
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
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
2020-08-29 05:29:39 +02:00
Paste your code, click "Save" and copy the URL.
Send that URL to someone and they'll see your code.
2011-11-28 06:51:43 +01:00
2020-08-29 05:29:39 +02:00
To make a new entry, click "New" (or hit `Ctrl + N`)
2011-11-29 18:05:04 +01:00
2011-11-22 15:53:02 +01:00
## From the Console
2020-08-29 05:29:39 +02:00
Sometimes I want to show you some text from my current console session.
We made it really easy to take code from the console and send it to people.
2011-11-22 15:53:02 +01:00
2020-08-29 05:29:39 +02:00
`cat something | haste` # https://hastebin.com/2107420
2011-11-22 15:53:02 +01:00
2020-08-29 05:29:39 +02:00
You can take this a step further and directly copy the URL with:
2011-11-22 15:53:02 +01:00
2011-11-30 02:23:30 +01:00
* osx: `cat something | haste | pbcopy`
* linux: `cat something | haste | xsel`
2012-01-27 15:47:56 +01:00
* windows: check out [WinHaste](https://github.com/ajryan/WinHaste)
2011-11-22 15:53:02 +01:00
2020-08-29 05:29:39 +02:00
After running that, URL to your paste will be copied to clipboard.
2011-11-22 15:53:02 +01:00
That's all there is to that, and you can install it with `gem install haste`
right now.
* osx: you will need to have an up to date version of Xcode
* linux: you will need to have rubygems and ruby-devel installed
2011-11-22 15:53:02 +01:00
2011-11-28 06:51:43 +01:00
## Duration
2020-08-29 05:29:39 +02:00
Pastes will not be removed, however I preseve all rights to make any exceptions.
Contact me directly with any issues about documents uploaded at `zzneix@gmail.com`
2011-11-28 06:51:43 +01:00
## Privacy
2020-08-29 05:29:39 +02:00
While the contents of haste.zneix.eu are not 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 removed pastes.
2011-11-28 06:51:43 +01:00
2011-11-29 15:21:01 +01:00
## Open Source
Haste can easily be installed behind your network, and it's all open source!
2011-11-29 15:21:01 +01:00
* [haste-client](https://github.com/seejohnrun/haste-client)
2020-08-26 04:54:58 +02:00
* [haste-server](https://github.com/zneix/haste-server)
2011-11-29 15:21:01 +01:00
2020-08-29 05:29:39 +02:00
## Authors
Project continued by zneix <zzneix@gmail.com>
2011-11-22 15:53:02 +01:00
2020-08-26 04:54:58 +02:00
Original Code by John Crepezzi <john.crepezzi@gmail.com>
2011-11-28 16:35:08 +01:00
Key Design by Brian Dawson <bridawson@gmail.com>