This commit is contained in:
Petr Bena 2014-05-25 16:04:19 +02:00
parent d87b34898c
commit 53dc1e75fc

View File

@ -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