#+TITLE: 4cli
#+AUTHOR: 8dcc
#+OPTIONS: toc:2
#+STARTUP: nofold
4chan CLI client written in pure C.
- Dependencies
This program depends on the [[https://curl.se/libcurl/][libcurl]] and [[https://github.com/DaveGamble/cJSON][cJSON]] C libraries, so they must be
installed in your system.
- Building
#+begin_src bash
git clone https://github.com/8dcc/4cli
cd 4cli
make
...
#+end_src
- Usage
The board by default is =/g/=, and can be changed with the =BOARD= macro in
[[file:src/include/main.h]].
#+begin_src bash
./4cli
...
#+end_src
Languages
C97.1%Makefile2.9%
Contributors
GNU General Public License v3.0
Created September 22, 2023
Updated December 2, 2025