diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,7 @@ calp attempts to generate dry and attractive calendars that can be printed. It i # Dependencies - `cairo` - `gcc` +- `git` # Install ``` @@ -15,9 +16,20 @@ make clean install # Uninstall - `make uninstall` +# Usage +``` +# BASIC +calp # Generate 12-month calendar with default options +``` + # Planned Features +- Toy Font API --> Pango Backend - Arguments (`getopts`) +- Various International Paper Size Support - Custom layout file parsing (config files) - Holidays (.csv files) - Month Art - Moon Phases + +# Contact +If you have a comment or concern, please contact me through my email [here](https://foswret.com/about/). If you have a change you'd like to make to the code, I can create a mirror GitHub repository to ease collaborative development. |
