Skip to content

owendavidprice/Raycast_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycast Timer (Windows)

Simple Raycast extension that lets you start a countdown timer with presets or a custom duration and plays an alarm when time is up.

Features

  • Preset durations (1–60 min) and custom minutes/seconds
  • Live countdown view with progress
  • Large "Time's up" view and a system toast
  • Windows alarm playback: bundled assets/alarm.wav or fallback beeps via PowerShell

Requirements

  • Node.js 18+
  • Raycast for Windows (public preview)

Getting Started

npm install
npx ray dev
# or build
npx ray build

Add an Alarm Sound (Optional)

Place an alarm.wav file in assets/. The command loads and plays it twice on completion.

If not present, the extension uses a short series of beeps.

Command

  • Start Timer: choose a preset or provide custom minutes/seconds, then start.

Publish / Share

git init
git add .
git commit -m "feat: initial timer extension"
git branch -M main
git remote add origin https://github.com/owendavidprice/Raycast_timer.git
git push -u origin main

Reference

About

A timer app for Raycast on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors