mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 04:51:09 -05:00
readme
This commit is contained in:
parent
d87b34898c
commit
53dc1e75fc
14
README.md
14
README.md
@ -1,7 +1,15 @@
|
|||||||
stikkit
|
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
|
Building on linux
|
||||||
=================
|
=================
|
||||||
@ -11,6 +19,7 @@ Checkout this repository
|
|||||||
cd stikkit
|
cd stikkit
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
NOTE: you need to have libcurl-dev installed in your system
|
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
|
# now type text and hit ctrl+d to exit
|
||||||
```
|
```
|
||||||
|
|
||||||
cat file | stikkit -b url
|
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
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user