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.
- Add notes to arbitrary year/month
- Edit notes
- Add multiple notes to a date
- Show multiple months at once
Green color indicates current date and yellow is a date with note (significant date)
Print calendar of current month
$ almPrint 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 current month.
Notes are saved to ~/.alma/YYYY-MM.txt, own file for each year and month.
or in the executable directory if using the debug build.
just run $ make or $ make debug for debug build.
Tested with clang and gcc
$ git clone https://github.com/poh0/almanac_c.git
$ make && make installThe license for this project can be found in the LICENSE file.
