Skip to content

SrgjanX/AlarmShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AlarmShell

Quickest alarm set ever :) (for Windows)

Introduction

The point of this application is to set alarm by using the command prompt or if you are like me and love the Windows Run app,
setting up quick alarm can but as fast as CTRL+R and typing alarm "pizza time" 20m.

Why?

I fixed my own problem when I'm doing something and in meantime someone calls me and tells me to do another thing, how I solved that problem?
CTRL+R notepad and type the thing and 70% of the time I'll forgot because I'm in the middle of working on something.

Features

  • Quick alarm set by typing one command
  • Snooze command (snooze extends the time for 5 minutes)

Usage example

Write these commands in cmd or Windows Run:

  • alarm test 1h
  • alarm test 1h 20m
  • alarm 1h
  • alarm 1h 20m 30s
  • alarm "call someone" 30m

How to install

  • Copy the batch script alarm.bat to %windir%\system32
  • Copy the output folder to C:\ProgramData\AlarmShell

Virus notification

My anti virus sure was popping up while I was developing this,
but I assure you there is no malicious code in here afterall its open source, take a look at it :].
Note that you will probably need to whitelist your C:\ProgramData\AlarmShell directory for your anti virus.

How to contribute

If you want to contribute to this project, you are welcome! To do so, you need to follow the following simple steps:

  • Fork the project.
  • Create a brench with prefix either Feature_ or BugFix_ or whatever the issue it is.
  • Do the changes.
  • Make a pull request.

About

Quickest alarm set ever :) (for Windows)

Resources

License

Stars

Watchers

Forks

Packages

No packages published