Timeline
Timeline is a simple python script that runs in a bash terminal (you'll need a Linux machine to run it). It syncs up with your Google calendars and lists the next 10 upcoming events (per calendar you select), along with how long you have until the event starts. I use it mostly to keep track of upcoming deadlines, but it's useful for other things as well.
Here's what it looks like running in a terminal:
Here's what it looks like running in a terminal:
Blue event names are upcoming, green have been marked as completed. To toggle events, type their ID numbers (separated by spaces) and wait for the modifications to finish. For example, typing "3 7" would mark my second assignment in my 530 class as incomplete (blue), and one of my thesis meetings as finished (green). It adds a keyword to the event's description in your calendar, so when it next updates it knows which events are complete and which are not.
Note: "All-day" events are not supported
Note: "All-day" events are not supported
Download and install the script yourself from this zip file:
|
Current Version: 1.2
|