dgm816 / sunshine

A command line usenet/nntp client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sunshine

A command line usenet search tool.

Build

Here's the basic outline to build the project:

~$ git clone https://github.com/dgm816/sunshine
~$ cd sunshine
~/sunshine$ mkdir build
~/sunshine$ cd build
~/sunshine/build$ cmake ..
~/sunshine/build$ make

You can then execute the binary out of the build directory:

~/sunshine/build$ ./sunshine --help

Developer Notes

Just a quick list of the plugins that are currently being used.

Plugins:

  • .ignore
  • EditorConfig
  • File Watchers
  • GitLab Projects
  • IdeaVim
  • Makefile support
  • Markdown support

About

A command line usenet/nntp client.

License:Mozilla Public License 2.0


Languages

Language:C 93.5%Language:CMake 6.5%