Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.07 KB

Icon

Ceruleum (Mac App)

Track the changes to your code going towards your next commit.

Install

Download latest version

Screenshots

Screenshot 1 Screenshot 2

Description

Ceruleum is intended to be used as a background tool during coding sessions. As you work on the next PR, jumping around different parts of the codebase can make it hard to keep track of all your changes (variable name, constant value, function signatures, etc). Keep Ceruleum open as a background app and use a keyboard shortcut to quickly toggle it into view to get an overview of the changes made.

It's basically an offline, live diff viewer of files staged in version control.

Built with Electron and React.

Usage

  • git add the files you intend to commit
  • Open Ceruleum, toggle focus with Command+X.

TODO

  • Onboarding
  • Night/day mode