pom-rs

Crates.iopom-rs
lib.rspom-rs
version0.1.2
sourcesrc
created_at2022-04-06 15:18:04.493282
updated_at2022-04-06 15:33:40.850653
descriptionA lightweight pomodoro focus tool with cross-platform desktop notifications on Linux, MacOS and Windows.
homepagehttps://github.com/hainsdominic/pom
repositoryhttps://github.com/hainsdominic/pom
max_upload_size
id563186
size67,418
Dominic Hains (hainsdominic)

documentation

README

Pom

A lightweight focus CLI tool built with Rust

pom-rs 0.1.1
A lightweight pomodoro focus tool with cross-platform desktop notifications on Linux, MacOS and
Windows.

USAGE:
    pom-rs [OPTIONS]

OPTIONS:
    -b, --break-duration <BREAK_DURATION>    Break period duration (Minutes) [default: 5]
    -d, --duration <DURATION>                Focus period duration (Minutes) [default: 25]
    -h, --help                               Print help information
    -n, --name <NAME>                        Name of task [default: "a task"]
    -V, --version

Installation

Simple run cargo install pom-rs to install the CLI application, then use the pom-rs command to use it.

Build

Once you have cargo installed, clone this repository and go into it:

cd pom

And install the executable:

cargo install --path .

Commit count: 18

cargo fmt