diff options
| author | foswret <foswret@posteo.com> | 2025-12-13 14:00:00 -0600 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-12-13 14:00:00 -0600 |
| commit | ee01e05bc968a66d4a2581bf2dd28f73584d1057 (patch) | |
| tree | b7025454295025078a13071705373a34fedce73f /README.md | |
| parent | 4b18819e5f34358cab1bf1c1514d443421d7968c (diff) | |
did some stuff
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. |
