Skip to content

pzula/planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Time-Block Planner Pages

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).

Installation

Assuming you've got Ruby and Bundler installed you can just run:

git clone git@github.com:jlorenzetti/planner.git
cd planner
bundle install

Usage

It assumes you want to generate pages for the next week so there are no options:

bundle exec planner.rb

Limitations

Probably only works on a Mac since it hardcodes the font path.

About

Script to generate my version of Cal Newport's time-block planner pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%