8000 GitHub - ruerob/console_alarm: Small alarm function for your console.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ruerob/console_alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Alarm

Console alarm is a small alarm function for your console.

Important

  • For now just tested on ubuntu.

Dependencies

Installation

Using PIP

pip3 install console_alarm --user

Usage

Console alarm is usable with one or two numeric arguments

One argument:

If there is only one argument it is interpreted as minutes. The alarm will act as a pomodoro that rings after the set minutes.

e.g. console_alarm 5

Two arguments:

With two arguments, you will set an alarm clock for a specified time. If you set 14 09 as arguments, the alarm will start at 14:09.

e.g. console_alarm 14 09

Documentation

For more information take a look at the documentation at www.ruerob.com.

Nice to know

On Ubuntu you can put this task into background with 'ctrl+z' and then run 'bg' Get it to the foreground again with fg

About

Small alarm function for your console.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0