Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Akuli/gtk-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK+ Reminder

This is a simple GTK+ 3 reminding application.

Screenshot of the reminder.

You can download, compile and run this with the following commands. You need to have git, a make program, GTK+ 3 and a C compiler installed.

$ git clone https://github.com/Akuli/gtk-reminder
$ cd gtk-reminder
$ make
$ ./reminder

If you want to, you can install this program to /usr/local or uninstall it easily:

# make install
# make uninstall

Or you can install or uninstall using a custom prefix:

$ make PREFIX=~/my-prefix install
$ make PREFIX=~/my-prefix uninstall

About

Simple reminding program written in C using GTK+ 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published