Skip to content

marianomarciello/rust-pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro-rust

This is just an example of how the same thing (a pomodoro timer) can be done in several different way in rust.

pomodoro-cmd

A command-line version of a pomodoro timer.

Usage

pomodoro-cmd
A minimal pomodoro timer.

USAGE:
    pomodoro [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --dur <dur>        Duration of each pomodoro (in minutes)
    -p, --pause <pause>    Duration of each pause (in minutes)
    -t, --pomo <pomo>      Number of pomodoro

pomodoro-gui

A gui version of a pomodoro timer. The gui is based on https://iced.rs/.

Pomodoro Gui

pomodoro-tui

A gui version of a pomodoro timer. The gui is based on https://docs.rs/ratatui/latest/ratatui/.

Pomodoro Tui

About

Just a simple pomodoro cli written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages