Skip to content

ma-choo/cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cal

A Google Calendar-esque console application using the Curses library.

Building

Build with standard Curses library on Linux or PDCurses library on Windows: https://pdcurses.org/

Linux:

gcc jenda.c greg.c date.c ui.c calendar.c event.c -lcurses -fno-common

Windows:

gcc jenda.c greg.c date.c ui.c calendar.c event.c -lpdcurses -fno-common

Roadmap

  • Show events from the previous month and next month in the events window.
  • Read and write calendar and event files.
    • Implement .ical format compatibility.
  • Dynamically resize windows on terminal resize.

About

Terminal Based Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published