Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

AP-Hunt/what-next

Repository files navigation

What-Next

what-next is a simple tool to help you make better use of the time between meetings.

a gif demonstrating the basic use of the tool

Have you ever wondered what to do in the 20 minutes before your next meeting? what-next might be for you. Add your work calendar, and the small jobs you could be doing, and what-next will tell you which ones you could get done before your next meeting.

Installation

Download the latest release for your OS from GitHub and install it in your path. It's that easy.

Adding calendars

what-next supports any ical format calendar that it can reach over the internet, or other an ical file on your local machine.

It supports multiple calendars and will show ongoing and upcoming events from all calendars simultaneously.

$ what-next calendar add work "https://example.org/daily.ical"

Can I use my Google calendar?

You can use your Google calendar! Google helpfully provides calendars in ical format via a secret link.

Can I use my Microsoft Office 365 calendar?

You can use your Micorosft Office 365 calendar! Microsoft has documented how to get your calendar in ical format on their support site.

Tracking your todo list

what-next has a deliberately simple todo list feature set; it only supports due dates and durations. It's supposed to be quick and unobtrusive to add things, so you can add them before you forget.

$ what-next todo add "do the mandatory GDPR training" \
    --due @tomorrow \
    --duration 30m

About

what-next is a simple tool to help you make better use of the time between meetings.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from AP-Hunt/.go-starter