mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Update about and TODO
This commit is contained in:
parent
e403549e13
commit
f81b7ec593
2 changed files with 26 additions and 3 deletions
4
TODO
4
TODO
|
@ -1,9 +1,11 @@
|
||||||
cache headers for static assets (and on document GET)
|
cache headers for static assets (and on document GET)
|
||||||
tests
|
tests
|
||||||
add feedback for errors to UI - esp. too long
|
add feedback for errors to UI - esp. too long
|
||||||
add about page
|
|
||||||
fix that chrome bug where it loads the doc twice
|
fix that chrome bug where it loads the doc twice
|
||||||
add link to about page
|
add link to about page
|
||||||
|
allow power users to force highlight lang - by supplying an extension!!!!!!
|
||||||
|
maybe start serving highlighting on the other end to save transfer on highlight.js
|
||||||
|
start using CDNs for most assets
|
||||||
|
|
||||||
# shared version only
|
# shared version only
|
||||||
some way to do announcements easily (and use for ads)
|
some way to do announcements easily (and use for ads)
|
||||||
|
|
25
about.md
25
about.md
|
@ -1,5 +1,26 @@
|
||||||
# Haste
|
# 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.
|
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, easist to use pastebin every made.
|
Haste is the prettiest, easist to use pastebin ever made.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
## Author
|
||||||
|
|
||||||
|
John Crepezzi <john.crepezzi@gmail.com>
|
||||||
|
|
Loading…
Reference in a new issue