Makecal
This is just a simple wrapper for the pCal command line tool. This app uses sensible defaults for creating postscript calendars to print and sending the files to the desktop.
Installation
Add this line to your application's Gemfile:
gem 'makecal'
And then execute:
$ bundle
Or install it yourself as:
$ gem install makecal
Usage
type makecal
in the terminal and a postscript calendar of the current month will be placed on your desktop.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request