microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.26k stars 6.54k forks source link

[Run][New Plugin] Start a timer using powertoys run #8064

Open pastra98 opened 3 years ago

pastra98 commented 3 years ago

📝 Description of the new feature


It would be useful to start a timer in powertoys run, e.g. by typing timer 15:00 to start a 15 minute timer. I don't particularly like the new UWP windows 10 timer app, it seems to have been designed with a touchscreen in mind and does not work well with the keyboard. Setting a timer using a selection wheel may work well on a touchscreen, but it is tedious when I have a keyboard right in front of me.

What is the expected behavior of the proposed feature? What is the scenario this would be used? open the powertoys run prompt, enter timer h:m:s to start a new timer in the timer app. If hours or minutes are omitted, they are set to 0.

If you'd like to see this feature implemented, add a 👍 reaction to this post.

crutkas commented 3 years ago

https://github.com/microsoft/PowerToys/issues/5273 is a dependency

antmdvs commented 3 years ago

open the powertoys run prompt, enter timer h:m:s to start a new timer

is it necessary to include the word timer? I'd like to just be able to type 15m (for 15 minutes) for instance.

Coldblackice commented 2 years ago

This would be a phenomenal plugin. The Windows 10 timer/clock app is nearly worthless with its kludgy interface and nonsensical layout.

khashashin commented 2 years ago

I am excited to see it in powertoys, would be very usefull feature

Matix-Media commented 11 months ago

This would be awesome!

CoreyHayward commented 5 months ago

I'm aware this is quite an old thread but I ran into this exact same thought recently and decided to build it. Feel free to check it out and hope it helps! https://github.com/CoreyHayward/PowerToys-Run-Timer/

pastra98 commented 5 months ago

Awesome! In the meantime I've been using hourglass with a shortcut, but I think @crutkas could consider merging this?