An old project of mine — a command-line client for https://pastebin.com/. I don't recommend using it anymore.
Iet uz failu
Théophile Bastian 96c49baf9e Add README.md (mostly a disclaimer) 2018-04-27 17:28:26 +02:00
COMPILE.txt REALLY updated compile.txt. (hadn't work) 2012-01-08 18:14:50 +01:00
ConfigRead.cpp Fixed error 2013-06-05 20:42:18 +02:00
ConfigRead.h Added function getConfigPath(), returning the config file path for the defined system. 2011-12-19 00:20:16 +01:00
CurlPost.cpp Main done, displays like version, etc. done, ready to begin real coding! 2011-11-21 21:46:03 +01:00
CurlPost.h Main done, displays like version, etc. done, ready to begin real coding! 2011-11-21 21:46:03 +01:00
LICENCE licence file containing GNU GPL v3 added 2011-11-20 00:45:18 +01:00
Makefile Modified makefile to fix a bug 2013-02-06 21:10:57 +01:00
ParameterRead.cpp Added directly the source code of ParameterRead into the project. Shorts parameters are now working! 2011-11-28 22:09:25 +01:00
ParameterRead.h Added directly the source code of ParameterRead into the project. Shorts parameters are now working! 2011-11-28 22:09:25 +01:00
README.md Add README.md (mostly a disclaimer) 2018-04-27 17:28:26 +02:00
data.h Switched to version 1.0 BETA ! 2011-12-28 12:35:46 +01:00
data_devcode_default.h main.cpp begin, func file started. new structure to hide my developper API key. 2011-11-21 18:43:40 +01:00
data_paramlist.h Included "data_paramlist.h" file (I forgot to add it) 2011-12-25 13:36:08 +01:00
func.cpp Added "pastebincl --syntaxlist" option (displays possible syntax), and updated manpage. 2011-12-25 01:34:27 +01:00
func.h Added "pastebincl --syntaxlist" option (displays possible syntax), and updated manpage. 2011-12-25 01:34:27 +01:00
genkey.py Added function getConfigPath(), returning the config file path for the defined system. 2011-12-19 00:20:16 +01:00
headcomment.txt CurlPost is a previously class coded by myself design to send POST requests using cURL library. 2011-11-20 00:44:11 +01:00
input_devcode.sh Modified Makefile & input_devcode for compatibility 2012-08-21 19:50:31 +02:00
main.cpp Fixed spelling error 2014-12-21 17:25:45 +01:00
pastebincl-1.0.tar.gz Another package revision - for the manpage, this time. 2012-01-08 22:28:15 +01:00
pastebincl.1.gz Modified with install target to makefile and manpage. 2013-02-06 19:56:48 +01:00
pastebincl.man Corrected english in the manpage 2012-01-07 18:21:01 +01:00

README.md

Pastebincl

DISCLAIMER

This is an old project, archived here as it is still linked on pastebin as of now (2018-04-27). I do not recommand using it anymore. I don't remember very well its code, nor did I looked back at it, but as far as I can see in a glance, this code is overly complicated and quite ugly.

If I wanted to write the same kind of thing today, I would most certainly write a 100 lines long python script for the same result :)

Compiling

See COMPILE.txt, and please forgive my stupid younger self :)