pomoxide

Crates.iopomoxide
lib.rspomoxide
version1.0.2
sourcesrc
created_at2020-11-16 16:22:07.386446
updated_at2020-11-16 17:05:23.130441
descriptionA CLI Pomodoro timer written in Rust.
homepagehttps://github.com/ViliLipo/pomoxide
repositoryhttps://github.com/ViliLipo/pomoxide
max_upload_size
id312967
size245,044
Vili Lipo (ViliLipo)

documentation

README

Pomoxide

a CLI Pomodoro timer written in Rust.

Installation

Native Dependencies:

  • libdbus-glib-1-dev
  • alsa-lib-devel or libasound2-dev Install the native dependencies for your system.

Usage

Run the binary with command pomoxide to start the application.

With the default configuration this application uses 25 minute working periods with 5 minute breaks in between. When the period ends the app plays a sound and displays a notification.

To configure the application copy example-pomoxide-config.toml to your config folder:

cp example-pomoxide-config.toml ~/.config/pomoxide-config.toml

Commit count: 14

cargo fmt