ncurses discord client, complete with library. written in C
Go to file
2019-07-20 13:44:18 +02:00
libdc remove debug code from client and library 2019-07-20 13:44:18 +02:00
ncdc remove debug code from client and library 2019-07-20 13:44:18 +02:00
.gitignore split into library and applications 2019-06-25 14:52:38 +02:00
CMakeLists.txt abandon input libraries and do it ourselves 2019-06-27 20:25:30 +02:00
README.md add a shitty readme 2019-07-19 23:31:18 +02:00
screenshot-01.png forgot to blank out one discriminator 2019-07-20 08:55:12 +02:00
todo.org implement channel acking and new messages 2019-07-12 18:30:44 +02:00

ncdc -- an ncurses discord client

Requirements

  • cmake
  • libcurl
  • libglib2
  • libconfuse
  • libjansson
  • libevent2
  • libncursesw
  • libpanel