ncurses discord client, complete with library. written in C
Go to file
2019-07-19 23:31:18 +02:00
libdc optimise tree view a tiny bit 2019-07-19 21:32:22 +02:00
ncdc optimise tree view a tiny bit 2019-07-19 21:32:22 +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
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