Skip to content

Script to generate Cal Newport's time-block planner pages on Ubuntu.

Notifications You must be signed in to change notification settings

Hyunggilwoo/planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Time-Block Planner Pages

Forked from drewish's take on Cal Newport's Time-Block Planner. This generates a PDF with a week's worth of pages to be editted on a tablet. You can take a look at a sample and see what you think.

Installation

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

git clone [email protected]:Hyunggilwoo/planner.git 
cd planner
bundle install

Usage

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

./planner.rb

You can generate pages for a different weeks by passing in the date:

./planner.rb 2022-12-21

Limitations

It probably only works on Ubuntu, but not on other linux distro because I hard coded the Ubuntu font path.

About

Script to generate Cal Newport's time-block planner pages on Ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%