Skip to content

Productivity java app. Run a timer in console, get notified by a jingle, rest, hit enter, repeat.

Notifications You must be signed in to change notification settings

Tomi-1997/JTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JTimer

JTimer is a productivity java console application to moderate your screen time.

Usage

  1. Download JTimer.jar from releases.
  2. Open command line in the same folder.
  3. Type
    java -jar JTimer.jar
    
  4. Type a number, or a command from the list below.



In a bit more detail:
You set a certain time limit, for example 20 minutes.
Every 20 minutes a jingle will play, indicating for a break.
Once you are back, press enter to reset the timer.

Screen time is accumulated and logged to a local file which stores the current date and screen time.
If a different date is found, screen time is reset.

Flags

-l to lower volume

java -jar JTimer.jar -l

-L to lower it dramatically

java -jar JTimer.jar -L

A number to begin timer immediately

java -jar JTimer.jar 20

Commands

Once you run the program, you can enter the number of minutes to begin, or:

  • 'test' to check the volume
  • 'lower' to decrease volume
  • 'undo' to cancel previous 'lower' command
  • 'notify' to cancel or activate notification bar

About

Productivity java app. Run a timer in console, get notified by a jingle, rest, hit enter, repeat.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages