Skip to content

Files

Latest commit

d825cee · Mar 26, 2021

History

History
This branch is 1274 commits behind Bionus/imgbrd-grabber:master.

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 27, 2021
Oct 25, 2020
Jan 28, 2021
Jan 1, 2021
Oct 31, 2020
Mar 18, 2021
Mar 26, 2021
Aug 1, 2020
Mar 25, 2021
Mar 24, 2021
Mar 25, 2021
Mar 26, 2021
May 25, 2020

The src directory

This directory contains all actual source code for Grabber, to be built using CMake. Each sub-directory contains a different project.

Main projects:

  • lib: the library containing Grabber's logic
  • gui: all the GUI code for the main Grabber executable
  • sites: contains the plugins for each Grabber source

Other projects:

  • cmake: contains the plugins for CMake
  • cli: an executable designed to be used with a CLI
  • crash-reporter: an executable that should run when the GUI crashes
  • dist: contains the files to be packaged together with the Grabber binaries
  • languages: the GUI translation files

Tests:

  • tests: unit tests
  • e2e: end-to-end tests using the CLI