From 53dc1e75fc858522bf45c773f9bf0cc732fb25ec Mon Sep 17 00:00:00 2001 From: Petr Bena Date: Sun, 25 May 2014 16:04:19 +0200 Subject: [PATCH] readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a976d95..5019c3a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ stikkit ======= -command line tool to upload things to stikked +command line tool to upload paste to stikked based pastebins + +Features +======== + +* Super easy to use +* Remembers stikked URL +* Automatically url encodes all data +* Automatically figure out author name if not provided explicitly Building on linux ================= @@ -11,6 +19,7 @@ Checkout this repository cd stikkit ./configure make +make install ``` NOTE: you need to have libcurl-dev installed in your system @@ -19,11 +28,12 @@ Usage ===== ``` -./stikkit -b url +stikkit -b url # now type text and hit ctrl+d to exit ``` cat file | stikkit -b url +echo "Hello world" | stikkit url is an url to stikked server for example, if your server is http://something.blah/stikked and your api is http://something.blah/stikked/api then use http://something.blah/stikked as parameter to -b