Skip to content

dgm816/sunshine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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