Skip to content

strelka145/Corgi

Repository files navigation

Corgi

screenshot

A simple application that records notes and time with a single click.

Supported OS

It is developed using electron and should work on Windows, Linux, and Mac.

Build

The distributed programs are not signed and may not run in some environments. In such cases, or if you want to use the latest version, please build the code yourself.

  1. Install Node js.
  2. Clone this repository.
git clone https://github.com/strelka145/Corgi.git
cd Corgi
  1. Install modules.
npm install
npm install -g yarn
yarn add electron-builder --dev
  1. Update the license list.
npm run licenses
  1. Build. (For Linux, change --windows to --linux; for Mac, change --windows to --mac.)
npx electron-builder --windows --x64

This will create a built Corgi app in the dist folder.

ToDo

  • Synchronization using cloud services.
  • Content Search.

About

Tools for recording time with one click.

Resources

License

Stars

Watchers

Forks

Packages

No packages published