RogueArt / loop-timer

A low footprint desktop loop timer for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a desktop GUI loop timer for Windows. As this timer runs and resets repeatedly, it's useful for homework, workouts, and other applications where events should occur at repeat intervals. Since the timer waits for you to reset it, there is some flexibility in how long it runs for.

The amount of minutes the timer runs for is customizable and the design emphasizes low desktop footprint.

Check out my other repository Pom for my newer take on this. I use this perpetual timer personally so Pom is meant to be a more featureful and maintainable version of this.

Demo

Initial prompt

image

Timer running

Notice the box at the dead center of the task bar image

Timer over

image

Installation

This timer only works on Windows. The current Windows release is available on this Github page under releases.

For building the executable yourself, follow these instructions:

  1. Download the AutoHotkey language from here.
  2. Download LoopTimer.ahk to your desktop
  3. Right click the .exe, accept the UAC prompt, and click "Compile"

This will produce a portable .exe that is identical to the one listed in releases section.

Trivia

The loop timer seems to affect the perception of time to a significant extent. Setting the loop timer to 1 minute, every iteration resulted in my perception of time slowing down. After about 7 or 8 iterations, every minute felt five times as long as it did the first iteration. There is potential research to be done with this as this implies that a loop timer could be used to modify and augment the perception of time allowing for large productivity increases.

About

A low footprint desktop loop timer for Windows


Languages

Language:AutoHotkey 100.0%