MartinKondor / almanac_c

Simple command line calendar utility. Written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

almanac_c

Simple command line calendar utility. Written in C.

  • Keep in mind that this is my first actual C program.
  • Help, suggestions, criticism and pull requests are welcome.

Demo

Green color indicates current date and yellow is a date with note (significant date)

Usage

Print calendar of current month

$ alm

Print the note of a date (if there is one)

$ alm <date_num>

Add a note to a date

$ alm sig <date_num>

Remove note of a date

$ alm rm <date_num>

Where date_num is the day of the actual month.

Installation

$ git clone https://github.com/poh0/almanac_c.git
$ make && make install

License

The license for this project can be found in the LICENSE file.

About

Simple command line calendar utility. Written in C

License:MIT License


Languages

Language:C 93.7%Language:Makefile 5.2%Language:Shell 1.1%