~jagtalon/Alarm-Pup

d1226bafa3f7ca93c85e8bde3b2d4cb1470ca001 — Jag Talon 1 year, 11 months ago 7c8ac73
Add README and LICENSE
2 files changed, 30 insertions(+), 0 deletions(-)

A LICENSE
A README.md
A LICENSE => LICENSE +7 -0
@@ 0,0 1,7 @@
Copyright 2022 Jag Talon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

A README.md => README.md +23 -0
@@ 0,0 1,23 @@
![Alarm Pup banner](https://img.itch.zone/aW1nLzc3ODM0MDYucG5n/original/t9VVOX.png)

## Features

Alarm Pup is a countdown timer that barks. It's tool that's meant to remind you to take frequent breaks throughout the day.

- **Tiny:** it's just a timer with a wagging dog.
- **Lean:** it's light on resources so it won't bog down your computer.
- **Private:** no ads, tracking, or analytics.

<a href="https://jagtalon.itch.io/alarm-pup"><img src="https://static.itch.io/images/badge-color.svg" height="80"></a>


## Building

- Download https://github.com/c-smile/sciter-js-sdk (tested with 4.4.8.13)
- Run `sciter-js-sdk/bin/quark/windows/quark-start.bat`
	- Point it to build in `alarm-pup/bin`
- Install AutoHotkey
- Compile `util/Create Start Menu.ahk` to `Create Start Menu.exe` then copy it to `bin/windows/*/util`
- Upload to itch.io:
	- `butler push . 'jagtalon/alarm-pup:win-64'`
	- `butler push . 'jagtalon/alarm-pup:win-32'`