mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 04:51:09 -05:00
633 B
633 B
stikkit
command line tool to upload things to stikked
Building on linux
Checkout this repository
cd stikkit
make
NOTE: you need to have libcurl-dev installed in your system
Usage
./stikkit -b
now type text and hit ctrl+d to exit
cat | stikkit -b
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
The url parameter can be stored to configuration file (stikkit will ask you in case there is none in config file)