Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 963 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 963 Bytes

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