Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brenekh/beryl

Simple timer with advanced features.
https://github.com/brenekh/beryl

electron-app inno-setup plugins timer timing typescript

Last synced: 9 days ago
JSON representation

Simple timer with advanced features.

Awesome Lists containing this project

README

        

# Beryl

Simple timer with advanced features.

## Installation

### Windows

Head over to the [latest release](https://github.com/BrenekH/beryl/releases/latest) and download the installer.

If you want to use a standalone executable, grab the standalone zip file and run `beryl.exe`.

### Linux

Download the tarball from the [latest release page](https://github.com/BrenekH/beryl/releases/latest) and extract using `tar -xf Beryl--Linux-amd64.tar.gz` replacing `` with the downloaded version.

## Usage

Beryl uses profiles to define the different stages for the timer to run, as well as any plugins to use and their configurations.
A [sample profile](https://github.com/BrenekH/beryl/tree/master/sample_profile.json) is available in this repository.

More information on profile files, check out the [wiki](https://github.com/BrenekH/beryl/wiki/Profiles).

## Plugin Development

Head over to the [wiki](https://github.com/BrenekH/beryl/wiki/Plugins) to learn more about how to create plugins for Beryl.

## License

Beryl is licensed under the standard MIT license, a copy of which can be found in the [LICENSE file](https://github.com/BrenekH/beryl/tree/master/LICENSE).