seagulldoro

Crates.ioseagulldoro
lib.rsseagulldoro
version0.1.0
sourcesrc
created_at2021-01-19 04:02:07.533593
updated_at2021-01-19 04:02:07.533593
descriptionImplementation of a pomodoro timer using async, minimal utilities
homepagehttps://github.com/notgull/seagulldoro#readme
repositoryhttps://github.com/notgull/seagulldoro
max_upload_size
id343798
size196,332
John Nunley (notgull)

documentation

README

seagulldoro

A quick implementation of a pomodoro timer. This uses smol as an async runtime, breadx as a GUI interface, cpal to produce a beeping noise at the end of the alarm, and rusttype to render the text.

The Pomodoro Method

  • Each work period is 25 minutes
  • After every work period is a break period of 5 minutes
  • Every 3rd break period is 20 minutes

License

MIT/Apache2

Commit count: 6

cargo fmt