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

Commit 668c7b6

Browse files
author
Sam Jones
committed
initial README commit
1 parent 909941c commit 668c7b6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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`

0 commit comments

Comments
 (0)