DEV Community

Jack Spencer
Jack Spencer

Posted on

Guts: Small lightweight code control system.

Guts

Introducing Guts, a simple tool to manage and create code repositories. This is essentially a smaller version of git I'm currently programming for my Cyber Security class at the school I attend.

Guts is written in C, with some extra bash scripts included to help with installation and updating.

You can find the code for guts [here](https://github.com/colack/guts].

Features

Guts is split into 3 main programs.

  1. Guts Offline - Run guts as a standalone application.
  2. Guts Server - Run a guts server, and allow users to connect to your computer and upload / manage code.
  3. Guts Client - Connect to a guts server and check on code, update code, etc.

Guts comes with commands and features to help manage your code.

Notes

I will be posting more about guts the further I develop it. It would also be awesome if you contributed.

Thanks,

  • Jack

Top comments (0)