Skip to content

Configurable CLI Alarm to remember to rest from the PC screen.

License

Notifications You must be signed in to change notification settings

cococov/rest-alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Alarm 🍅

Configurable CLI Alarm to remember to rest from the PC screen.

Technologies used

  • Node.js
  • mplayer
  graph LR;
      B[BEGGIN] --> W
      W[Work iteration] --> RQ1{Is 4th iteration?}
      RQ1 --> |No| RA1[5 minutes rest]
      RA1 --> W
      RQ1 --> |Yes| RA2[30 minutes rest]
      RA2 --> W
      W --> RQ2{Closed?}
      RA1 --> RQ2
      RA2 --> RQ2
      RQ2 --> R[Print time worked]
      R --> E[END]
Loading

About

Configurable CLI Alarm to remember to rest from the PC screen.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published