mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
Update README
This commit is contained in:
parent
bece4598f7
commit
b6eef4b628
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -8,6 +8,17 @@ Major design objectives:
|
||||||
* Be really simple
|
* Be really simple
|
||||||
* Be easy to set up and use
|
* Be easy to set up and use
|
||||||
* By default, don't require any external database
|
* By default, don't require any external database
|
||||||
|
* API-driven
|
||||||
|
|
||||||
|
Haste works really well with a little utility called haste-client, allowing you to do things like:
|
||||||
|
|
||||||
|
`cat something | haste`
|
||||||
|
|
||||||
|
which will output a URL to share, or
|
||||||
|
|
||||||
|
`cat something | haste | pbcopy`
|
||||||
|
|
||||||
|
to copy the URL to the clipboard.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue