Skip to content

gwaldo/nag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

## nag - a command-line timer and reminder-er

`nag` is a small utility that will take in an amount of time in minutes and/or
seconds, and an optional message.  When the time elapsed, it will print the
message to the screen.  If you're running a Mac, and didn't pass the Quiet
flag (-q, --quiet), it will also use the `say` command to speak your message.

The defaults are:

* Wait time in Minutes: 0
* Wait time in Seconds: 0
* Message: "HEY!"
* Quiet: false

If you call `nag` without any parameters, it will wait 0 minutes and 0 seconds,
and then print "HEY!" to STDOUT.

Note: this is a toy that I used to play with golang.  This could be done easily in any shell or scripting language.

About

nag - a command-line timer and reminder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages