pnaranja / pomodoro_clock_rust

A simple command line pomodoro clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pomodoro_clock_rust

This is a simple command line pomodoro clock

Help screen shows:

USAGE:
    pomodoro_clock_rust -l <length_in_secs> -m <mp3s>...

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

OPTIONS:
    -l <length_in_secs>        Length of pomodoro clock in secs [default: 60]
    -m <mp3s>...               The location of the mp3s to play

Things to do in the future:

  1. Add a timer
  2. Add a TUI?

About

A simple command line pomodoro clock

License:MIT License


Languages

Language:Rust 100.0%