Petr Bena 0583ceb282 fixed a bug
don't include author name if it's empty, otherwise stikked has some problems rendering it
2014-05-25 16:16:18 +02:00
2014-05-25 16:16:18 +02:00
2014-05-25 16:04:19 +02:00

stikkit

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

Checkout this repository

cd stikkit
./configure
make
make install

NOTE: you need to have libcurl-dev installed in your system

Usage

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

The url parameter can be stored to configuration file (stikkit will ask you in case there is none in config file)

Description
command line tool to upload things to stikked
Readme 180 KiB
Languages
C++ 96.2%
CMake 2.3%
Roff 1.5%