Skip to content

A command-line program that displays the current month of the French Republican Calendar.

License

Notifications You must be signed in to change notification settings

rfaulhaber/fcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcal

pipeline status coverage report

Command-line utility similar to cal except that it displays the French Republican calendar.

This program uses the fdate library, which can be found here.

Installing

To obtain this package, run

go get github.com/rfaulhaber/fcal

You need to build the program from source. The makefile provided can help with that.