Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loklaan/hora
Screen flashes every hour to make elapsed time apparent to productive users.
https://github.com/loklaan/hora
Last synced: about 1 month ago
JSON representation
Screen flashes every hour to make elapsed time apparent to productive users.
- Host: GitHub
- URL: https://github.com/loklaan/hora
- Owner: loklaan
- Created: 2014-03-06T01:39:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T05:40:03.000Z (almost 11 years ago)
- Last Synced: 2024-10-17T16:01:36.438Z (2 months ago)
- Language: Java
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hora
Simple background application to keep you mindful of elapsing time.
Your screen will flash every hour for a brief but noticiable moment; for those that get so caught up in their work, that the hours go by without them noticing.
##Requirements:
* Java
* Windows / OSX / Linux (must supports Java's *system tray*)## Install
Compile:javac -d ./ src/*java
Package:
jar cvfe Hora.jar hora.Application hora/*.class* ./res
## Usage
Run `Hora.jar` by double clicking or typing `java -jar Hora.jar` in terminal. Pause/resume or exit Hora via system tray icon.
### Credit
Ramon Millsteed (developer) twitter`@ramonmillsteed`### Legal
GNU General Public License, version 3 (GPL-3.0)
http://opensource.org/licenses/GPL-3.0Copyright (C) 2014 Ramon Millsteed
Copyright (C) 2014 Lochlan Bunn