Skip to content

Simple timer notification using libnotify and written in C.

Notifications You must be signed in to change notification settings

PedroSFreitas/timefier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timefier

A super simple timer with desktop notification written in C, using libnotify.

Reason

  1. To refresh and code something in C; and,
  2. I constantly need to write some around notify-send to remember I have my water heating up to brew a coffee, so I thought it was about time to code a simple and quick application for it.

Usage

-t | --title   : Title for the notification.
-m | --message : Message (body) off the notification.
-d | --delay   : Seconds to fire the notification.

Example:

timefier -t 'Coffeeeeeee!' -m 'Water should be ready now, darling' -d 120

Build

make

Dependencies

libnotify

About

Simple timer notification using libnotify and written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published