Banana da11a11fbc c-client-win license notice updated il y a 11 mois
..
argtable 3bdc77d8c0 adding c-client for windows il y a 4 ans
bin 3bdc77d8c0 adding c-client for windows il y a 4 ans
cjson 3bdc77d8c0 adding c-client for windows il y a 4 ans
curl 3bdc77d8c0 adding c-client for windows il y a 4 ans
README 1a9f866734 cleanups il y a 4 ans
makefile.bat da11a11fbc c-client-win license notice updated il y a 11 mois
selfpaste-win.c da11a11fbc c-client-win license notice updated il y a 11 mois

README

This is a client written in C for Windows to be used with selfpaste
https://://www.bananas-playground.net/projekt/selfpaste

It uses:
- https://www.argtable.org : Argument parsing (argtable-3.1.5-amalgamation)
- https://github.com/curl/curl-for-win : Pre build curl dependencies (curl-7.70.0-win64-mingw and openssl-1.1.1g-win64-mingw)
- https://github.com/DaveGamble/cJSON : JSON handling (cJSON-1.7.13)

!WARNING!
This is a very simple, with limited experience written, windows C program.
Use at own risk and feel free to improve.

Howto build:
- gcc from https://jmeubank.github.io/tdm-gcc/ (build with tdm64-gcc-9.2.0)
- Run the makefile.bat in a cmd terminal.
- Resulting selfpaste.exe and needed dlls are in bin/ directory.