~rabbits/seconth

Simple calendar, written in ANSI C
Extended length
Fixed templating issue
Improved build script

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/seconth
read/write
git@git.sr.ht:~rabbits/seconth

You can also use your local clone with git send-email.

#2nd

A simple calendar with plain-text events, written in ANSI C.

#Build

cc 2th.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -o 2th

#Run

2th events.txt

#Calendar Events format

Each event is on one line, beginning with the YYYYMMDD format, like:

20201126 Created calendar
20201203 Sailing trip to Port Townsend 
****0322 An event recurring yearly
******22 An event recurring monthly
Do not follow this link