Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Commit fe52ab6

Browse files
committed
Merge pull request #12 from samjones/master
add basic readme
2 parents 909941c + 94da4ca commit fe52ab6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Snippt
2+
3+
Snippt is an easy to use paste site inspired by [sprunge](http://sprunge.us) and [dpaste](http://dpaste.de).
4+
5+
## Usage
6+
7+
There are two ways to use snippt:
8+
9+
*Web UI
10+
*Command-line interface
11+
12+
To use the web UI simply navigate to http://s.drk.sc (or http://snippt.herokuapp.com if that doesn't resolve).
13+
14+
To use the command line tool, use `<command> | curl -F 'paste=<-' http://s.drk.sc`.
15+
16+
### Why not alias?
17+
18+
You can also add that command to your bash/zsh alias file so that you can use it easier:
19+
20+
Simply add `alias snippt="curl -F 'paste=<-' http://s.drk.sc"`. This will allow you to use `<command> | snippt`.
21+
22+
See [here](http://s.drk.sc/man/) for more information.

0 commit comments

Comments
 (0)