Skip to content

A simple CLI utility to take break according to the 20-20-20 rule.

License

Notifications You must be signed in to change notification settings

Koalhack/eyebreak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eyebreak

demo

A simple CLI utility to take break according to the 20-20-20 rule.
(every 20 minutes a person looks at a screen, they should look at something 20 feet away for 20 seconds).

Installation

git clone https://github.com/Koalhack/eyebreak.git

Build

Require to install Go

Enter in the eyebreak folder and run the followings command :

go build
go install

Usage

Now you can use eyebreak program everywhere in your terminal.

Just run the following command:

eyebreak

Help

You can add help command for help and useful information

eyebreak help

Dependencies