Forked from jlorenzetti and drewish for yet another take on Cal Newport's Time-Block Planner. It generates a PDF with a week's worth of A5 pages. You can take a look at a sample and see what you think.
Main changes are:
- Page size (A5)
- Margins (reduced for smaller page size)
- Font size (down from 20 to 12 to fit the minified page size)
- Removal of hole punches (I use pre-punched pages for my A5 planner)
- Additional hours of the day (I plan outside of the workday so I needed further hours listed).
Assuming you've got Ruby and Bundler installed you can just run:
git clone [email protected]:jlorenzetti/planner.git
cd planner
bundle install
It assumes you want to generate pages for the next week so there are no options:
bundle exec planner.rb
Probably only works on a Mac since it hardcodes the font path.