GoPomodoro

Go Report Card

Cli Application built for using the Pomodoro Technique

📚 Table of Contents

  1. Demo
  2. Current Flags
  3. Future Deliverables
  4. Resources

Demo

Check out my video demo here

Current Flags

  • -alarm sets the alarm you want to play

    usage: -alarm="alarm1"

  • -break sets the duration of your break alarm

    usage ex: -break="5s"

  • -work sets the duration of your work alarm

    usage ex: -work="5s"

Future Deliverables

  • Implement a FSM for alternating timers
  • Adding checkpoint system